Html Css Color HEX #EFDADC Pale Rose

📋 copy color: '#EFDADC'

red 239 ◦ green 218 ◦ blue 220

#EFDADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Rose #EFDADC

Tints of Pale Rose #EFDADC

RGB

 RED value IS 239 (93.75% from 255) = 35.3%

 GREEN value IS 218 (85.55% from 255) = 32.2%

 BLUE value IS 220 (86.33% from 255) = 32.5%

R = 35.3%
G = 32.2%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFDADC (or 0xEFDADC) is known color: Pale Rose. HEX triplet: EF, DA and DC. RGB value is (239,218,220). Sum of RGB (Red+Green+Blue) = 239+218+220=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDADC is #102523. Grayscale: #E0E0E0. Windows color (decimal): -1058084 or 14473967. OLE color: 14473967.

HSL color Cylindrical-coordinate representation of color #EFDADC: hue angle of 354.29º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDADC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 220 -
CMYK 0 0.09 0.08 0.06
HSL 354.29º 0.4% 0.9% -
HSV(B) 354.29º 0.09% 0.94% -
XYZ 73.59 73.66 78.05 -
YUV 224.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 239 218 220 0 0.09 0.08 0.06 354.29 0.4 0.9
Hex EF DA DC 0 9 8 6 162 28 5A
Octal 357 332 334 0 11 10 6 542 50 132
Binary 11101111 11011010 11011100 0 1001 1000 110 101100010 101000 1011010

Color Harmonies of #EFDADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDADC

Black with #EFDADC

Text Example


Text Example

White with #EFDADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDADC; }

 p { color: rgb(239,218,220); }

 H1.HeaderClassName
 {
   color: #EFDADC;
 }
 .AnyTagClassName
 {
   color: #EFDADC;
 }
</style>

background-color css

<style>
 a { background-color: #EFDADC; }

 a { background-color: rgb(239,218,220); }

 div.DivClassName
 {
   background-color: #EFDADC;
 }
 .BgClassName
 {
   background-color: #EFDADC;
 }
</style>

border-color css

<style>
 span { border-color: #EFDADC; }

 span { border-color: rgb(239,218,220); }

 td.TdClassName
 {
   border-color: #EFDADC;
 }
 .TagClassName
 {
   border-color: #EFDADC;
 }
</style>