Html Css Color HEX #EFD0DF Classic Rose

📋 copy color: '#EFD0DF'

red 239 ◦ green 208 ◦ blue 223

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

Shades of Classic Rose #EFD0DF

Tints of Classic Rose #EFD0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.28%

R = 35.67%
G = 31.04%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFD0DF (or 0xEFD0DF) is known color: Classic Rose. HEX triplet: EF, D0 and DF. RGB value is (239,208,223). Sum of RGB (Red+Green+Blue) = 239+208+223=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0DF is #102F20. Grayscale: #DADADA. Windows color (decimal): -1060641 or 14668015. OLE color: 14668015.

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

Color convert

RGB 239 208 223 -
CMYK 0 0.13 0.07 0.06
HSL 330.97º 0.49% 0.88% -
HSV(B) 330.97º 0.13% 0.94% -
XYZ 71.47 68.79 79.32 -
YUV 218.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 239 208 223 0 0.13 0.07 0.06 330.97 0.49 0.88
Hex EF D0 DF 0 D 7 6 14B 31 58
Octal 357 320 337 0 15 7 6 513 61 130
Binary 11101111 11010000 11011111 0 1101 111 110 101001011 110001 1011000

Color Harmonies of #EFD0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0DF

Black with #EFD0DF

Text Example


Text Example

White with #EFD0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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