Html Css Color HEX #EFC9DC Classic Rose

📋 copy color: '#EFC9DC'

red 239 ◦ green 201 ◦ blue 220

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

Shades of Classic Rose #EFC9DC

Tints of Classic Rose #EFC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.45%

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

R = 36.21%
G = 30.45%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFC9DC (or 0xEFC9DC) is known color: Classic Rose. HEX triplet: EF, C9 and DC. RGB value is (239,201,220). Sum of RGB (Red+Green+Blue) = 239+201+220=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9DC is #103623. Grayscale: #D6D6D6. Windows color (decimal): -1062436 or 14469615. OLE color: 14469615.

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

Color convert

RGB 239 201 220 -
CMYK 0 0.16 0.08 0.06
HSL 330º 0.54% 0.86% -
HSV(B) 330º 0.16% 0.94% -
XYZ 69.4 65.29 76.65 -
YUV 214.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 239 201 220 0 0.16 0.08 0.06 330 0.54 0.86
Hex EF C9 DC 0 10 8 6 14A 36 56
Octal 357 311 334 0 20 10 6 512 66 126
Binary 11101111 11001001 11011100 0 10000 1000 110 101001010 110110 1010110

Color Harmonies of #EFC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9DC

Black with #EFC9DC

Text Example


Text Example

White with #EFC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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