Html Css Color HEX #EFC5DC Classic Rose

📋 copy color: '#EFC5DC'

red 239 ◦ green 197 ◦ blue 220

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

Shades of Classic Rose #EFC5DC

Tints of Classic Rose #EFC5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.03%

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

R = 36.43%
G = 30.03%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFC5DC (or 0xEFC5DC) is known color: Classic Rose. HEX triplet: EF, C5 and DC. RGB value is (239,197,220). Sum of RGB (Red+Green+Blue) = 239+197+220=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5DC is #103A23. Grayscale: #D4D4D4. Windows color (decimal): -1063460 or 14468591. OLE color: 14468591.

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

Color convert

RGB 239 197 220 -
CMYK 0 0.18 0.08 0.06
HSL 327.14º 0.57% 0.85% -
HSV(B) 327.14º 0.18% 0.94% -
XYZ 68.48 63.45 76.35 -
YUV 212.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 239 197 220 0 0.18 0.08 0.06 327.14 0.57 0.85
Hex EF C5 DC 0 12 8 6 147 39 55
Octal 357 305 334 0 22 10 6 507 71 125
Binary 11101111 11000101 11011100 0 10010 1000 110 101000111 111001 1010101

Color Harmonies of #EFC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5DC

Black with #EFC5DC

Text Example


Text Example

White with #EFC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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