Html Css Color HEX #EFCCDE Classic Rose

📋 copy color: '#EFCCDE'

red 239 ◦ green 204 ◦ blue 222

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

Shades of Classic Rose #EFCCDE

Tints of Classic Rose #EFCCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.68%

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

R = 35.94%
G = 30.68%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFCCDE (or 0xEFCCDE) is known color: Classic Rose. HEX triplet: EF, CC and DE. RGB value is (239,204,222). Sum of RGB (Red+Green+Blue) = 239+204+222=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCDE is #103321. Grayscale: #D8D8D8. Windows color (decimal): -1061666 or 14601455. OLE color: 14601455.

HSL color Cylindrical-coordinate representation of color #EFCCDE: hue angle of 329.14º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCDE is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 222 -
CMYK 0 0.15 0.07 0.06
HSL 329.14º 0.52% 0.87% -
HSV(B) 329.14º 0.15% 0.94% -
XYZ 70.37 66.81 78.29 -
YUV 216.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 239 204 222 0 0.15 0.07 0.06 329.14 0.52 0.87
Hex EF CC DE 0 F 7 6 149 34 57
Octal 357 314 336 0 17 7 6 511 64 127
Binary 11101111 11001100 11011110 0 1111 111 110 101001001 110100 1010111

Color Harmonies of #EFCCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCDE

Black with #EFCCDE

Text Example


Text Example

White with #EFCCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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