Html Css Color HEX #EFC5DE Classic Rose

📋 copy color: '#EFC5DE'

red 239 ◦ green 197 ◦ blue 222

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

Shades of Classic Rose #EFC5DE

Tints of Classic Rose #EFC5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.74%

R = 36.32%
G = 29.94%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFC5DE (or 0xEFC5DE) is known color: Classic Rose. HEX triplet: EF, C5 and DE. RGB value is (239,197,222). Sum of RGB (Red+Green+Blue) = 239+197+222=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5DE is #103A21. Grayscale: #D4D4D4. Windows color (decimal): -1063458 or 14599663. OLE color: 14599663.

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

Color convert

RGB 239 197 222 -
CMYK 0 0.18 0.07 0.06
HSL 324.29º 0.57% 0.85% -
HSV(B) 324.29º 0.18% 0.94% -
XYZ 68.75 63.56 77.75 -
YUV 212.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 239 197 222 0 0.18 0.07 0.06 324.29 0.57 0.85
Hex EF C5 DE 0 12 7 6 144 39 55
Octal 357 305 336 0 22 7 6 504 71 125
Binary 11101111 11000101 11011110 0 10010 111 110 101000100 111001 1010101

Color Harmonies of #EFC5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5DE

Black with #EFC5DE

Text Example


Text Example

White with #EFC5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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