Html Css Color HEX #EFD0DC Classic Rose

📋 copy color: '#EFD0DC'

red 239 ◦ green 208 ◦ blue 220

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

Shades of Classic Rose #EFD0DC

Tints of Classic Rose #EFD0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.18%

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

R = 35.83%
G = 31.18%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFD0DC (or 0xEFD0DC) is known color: Classic Rose. HEX triplet: EF, D0 and DC. RGB value is (239,208,220). Sum of RGB (Red+Green+Blue) = 239+208+220=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0DC is #102F23. Grayscale: #DADADA. Windows color (decimal): -1060644 or 14471407. OLE color: 14471407.

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

Color convert

RGB 239 208 220 -
CMYK 0 0.13 0.08 0.06
HSL 336.77º 0.49% 0.88% -
HSV(B) 336.77º 0.13% 0.94% -
XYZ 71.07 68.63 77.21 -
YUV 218.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 239 208 220 0 0.13 0.08 0.06 336.77 0.49 0.88
Hex EF D0 DC 0 D 8 6 151 31 58
Octal 357 320 334 0 15 10 6 521 61 130
Binary 11101111 11010000 11011100 0 1101 1000 110 101010001 110001 1011000

Color Harmonies of #EFD0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0DC

Black with #EFD0DC

Text Example


Text Example

White with #EFD0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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