Html Css Color HEX #EFCADE Classic Rose

📋 copy color: '#EFCADE'

red 239 ◦ green 202 ◦ blue 222

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

Shades of Classic Rose #EFCADE

Tints of Classic Rose #EFCADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.47%

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

R = 36.05%
G = 30.47%
B = 33.48%

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

#EFCADE (or 0xEFCADE) is known color: Classic Rose. HEX triplet: EF, CA and DE. RGB value is (239,202,222). Sum of RGB (Red+Green+Blue) = 239+202+222=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCADE is #103521. Grayscale: #D7D7D7. Windows color (decimal): -1062178 or 14600943. OLE color: 14600943.

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

Color convert

RGB 239 202 222 -
CMYK 0 0.15 0.07 0.06
HSL 327.57º 0.54% 0.86% -
HSV(B) 327.57º 0.15% 0.94% -
XYZ 69.9 65.87 78.14 -
YUV 215.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 239 202 222 0 0.15 0.07 0.06 327.57 0.54 0.86
Hex EF CA DE 0 F 7 6 148 36 56
Octal 357 312 336 0 17 7 6 510 66 126
Binary 11101111 11001010 11011110 0 1111 111 110 101001000 110110 1010110

Color Harmonies of #EFCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCADE

Black with #EFCADE

Text Example


Text Example

White with #EFCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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