Html Css Color HEX #EFCEE0 Classic Rose

📋 copy color: '#EFCEE0'

red 239 ◦ green 206 ◦ blue 224

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

Shades of Classic Rose #EFCEE0

Tints of Classic Rose #EFCEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.48%

R = 35.72%
G = 30.79%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFCEE0 (or 0xEFCEE0) is known color: Classic Rose. HEX triplet: EF, CE and E0. RGB value is (239,206,224). Sum of RGB (Red+Green+Blue) = 239+206+224=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEE0 is #10311F. Grayscale: #D9D9D9. Windows color (decimal): -1061152 or 14733039. OLE color: 14733039.

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

Color convert

RGB 239 206 224 -
CMYK 0 0.14 0.06 0.06
HSL 327.27º 0.51% 0.87% -
HSV(B) 327.27º 0.14% 0.94% -
XYZ 71.12 67.88 79.87 -
YUV 217.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 239 206 224 0 0.14 0.06 0.06 327.27 0.51 0.87
Hex EF CE E0 0 E 6 6 147 33 57
Octal 357 316 340 0 16 6 6 507 63 127
Binary 11101111 11001110 11100000 0 1110 110 110 101000111 110011 1010111

Color Harmonies of #EFCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEE0

Black with #EFCEE0

Text Example


Text Example

White with #EFCEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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