Html Css Color HEX #EFD0DD Classic Rose

📋 copy color: '#EFD0DD'

red 239 ◦ green 208 ◦ blue 221

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

Shades of Classic Rose #EFD0DD

Tints of Classic Rose #EFD0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.08%

R = 35.78%
G = 31.14%
B = 33.08%

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

#EFD0DD (or 0xEFD0DD) is known color: Classic Rose. HEX triplet: EF, D0 and DD. RGB value is (239,208,221). Sum of RGB (Red+Green+Blue) = 239+208+221=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0DD is #102F22. Grayscale: #DADADA. Windows color (decimal): -1060643 or 14536943. OLE color: 14536943.

HSL color Cylindrical-coordinate representation of color #EFD0DD: hue angle of 334.84º 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 #EFD0DD is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 221 -
CMYK 0 0.13 0.08 0.06
HSL 334.84º 0.49% 0.88% -
HSV(B) 334.84º 0.13% 0.94% -
XYZ 71.2 68.68 77.91 -
YUV 218.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 239 208 221 0 0.13 0.08 0.06 334.84 0.49 0.88
Hex EF D0 DD 0 D 8 6 14F 31 58
Octal 357 320 335 0 15 10 6 517 61 130
Binary 11101111 11010000 11011101 0 1101 1000 110 101001111 110001 1011000

Color Harmonies of #EFD0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0DD

Black with #EFD0DD

Text Example


Text Example

White with #EFD0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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