Html Css Color HEX #EFC5D9 Classic Rose

📋 copy color: '#EFC5D9'

red 239 ◦ green 197 ◦ blue 217

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

Shades of Classic Rose #EFC5D9

Tints of Classic Rose #EFC5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.23%

R = 36.6%
G = 30.17%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFC5D9 (or 0xEFC5D9) is known color: Classic Rose. HEX triplet: EF, C5 and D9. RGB value is (239,197,217). Sum of RGB (Red+Green+Blue) = 239+197+217=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5D9 is #103A26. Grayscale: #D3D3D3. Windows color (decimal): -1063463 or 14271983. OLE color: 14271983.

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

Color convert

RGB 239 197 217 -
CMYK 0 0.18 0.09 0.06
HSL 331.43º 0.57% 0.85% -
HSV(B) 331.43º 0.18% 0.94% -
XYZ 68.09 63.29 74.27 -
YUV 211.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 239 197 217 0 0.18 0.09 0.06 331.43 0.57 0.85
Hex EF C5 D9 0 12 9 6 14B 39 55
Octal 357 305 331 0 22 11 6 513 71 125
Binary 11101111 11000101 11011001 0 10010 1001 110 101001011 111001 1010101

Color Harmonies of #EFC5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5D9

Black with #EFC5D9

Text Example


Text Example

White with #EFC5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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