Html Css Color HEX #EFCEDE Classic Rose

📋 copy color: '#EFCEDE'

red 239 ◦ green 206 ◦ blue 222

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

Shades of Classic Rose #EFCEDE

Tints of Classic Rose #EFCEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.88%

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

R = 35.83%
G = 30.88%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFCEDE (or 0xEFCEDE) is known color: Classic Rose. HEX triplet: EF, CE and DE. RGB value is (239,206,222). Sum of RGB (Red+Green+Blue) = 239+206+222=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEDE is #103121. Grayscale: #D9D9D9. Windows color (decimal): -1061154 or 14601967. OLE color: 14601967.

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

Color convert

RGB 239 206 222 -
CMYK 0 0.14 0.07 0.06
HSL 330.91º 0.51% 0.87% -
HSV(B) 330.91º 0.14% 0.94% -
XYZ 70.85 67.77 78.45 -
YUV 217.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 239 206 222 0 0.14 0.07 0.06 330.91 0.51 0.87
Hex EF CE DE 0 E 7 6 14B 33 57
Octal 357 316 336 0 16 7 6 513 63 127
Binary 11101111 11001110 11011110 0 1110 111 110 101001011 110011 1010111

Color Harmonies of #EFCEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEDE

Black with #EFCEDE

Text Example


Text Example

White with #EFCEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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