Html Css Color HEX #EFC5D8 Classic Rose

📋 copy color: '#EFC5D8'

red 239 ◦ green 197 ◦ blue 216

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

Shades of Classic Rose #EFC5D8

Tints of Classic Rose #EFC5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.13%

R = 36.66%
G = 30.21%
B = 33.13%

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

#EFC5D8 (or 0xEFC5D8) is known color: Classic Rose. HEX triplet: EF, C5 and D8. RGB value is (239,197,216). Sum of RGB (Red+Green+Blue) = 239+197+216=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5D8 is #103A27. Grayscale: #D3D3D3. Windows color (decimal): -1063464 or 14206447. OLE color: 14206447.

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

Color convert

RGB 239 197 216 -
CMYK 0 0.18 0.10 0.06
HSL 332.86º 0.57% 0.85% -
HSV(B) 332.86º 0.18% 0.94% -
XYZ 67.96 63.24 73.59 -
YUV 211.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 239 197 216 0 0.18 0.10 0.06 332.86 0.57 0.85
Hex EF C5 D8 0 12 A 6 14D 39 55
Octal 357 305 330 0 22 12 6 515 71 125
Binary 11101111 11000101 11011000 0 10010 1010 110 101001101 111001 1010101

Color Harmonies of #EFC5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5D8

Black with #EFC5D8

Text Example


Text Example

White with #EFC5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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