Html Css Color HEX #EFC5D7 Classic Rose

📋 copy color: '#EFC5D7'

red 239 ◦ green 197 ◦ blue 215

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

Shades of Classic Rose #EFC5D7

Tints of Classic Rose #EFC5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.03%

R = 36.71%
G = 30.26%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFC5D7 (or 0xEFC5D7) is known color: Classic Rose. HEX triplet: EF, C5 and D7. RGB value is (239,197,215). Sum of RGB (Red+Green+Blue) = 239+197+215=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5D7 is #103A28. Grayscale: #D3D3D3. Windows color (decimal): -1063465 or 14140911. OLE color: 14140911.

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

Color convert

RGB 239 197 215 -
CMYK 0 0.18 0.10 0.06
HSL 334.29º 0.57% 0.85% -
HSV(B) 334.29º 0.18% 0.94% -
XYZ 67.83 63.19 72.91 -
YUV 211.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 239 197 215 0 0.18 0.10 0.06 334.29 0.57 0.85
Hex EF C5 D7 0 12 A 6 14E 39 55
Octal 357 305 327 0 22 12 6 516 71 125
Binary 11101111 11000101 11010111 0 10010 1010 110 101001110 111001 1010101

Color Harmonies of #EFC5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5D7

Black with #EFC5D7

Text Example


Text Example

White with #EFC5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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