Html Css Color HEX #EFCEE2 Classic Rose

📋 copy color: '#EFCEE2'

red 239 ◦ green 206 ◦ blue 226

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

Shades of Classic Rose #EFCEE2

Tints of Classic Rose #EFCEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.68%

R = 35.62%
G = 30.7%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFCEE2 (or 0xEFCEE2) is known color: Classic Rose. HEX triplet: EF, CE and E2. RGB value is (239,206,226). Sum of RGB (Red+Green+Blue) = 239+206+226=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEE2 is #10311D. Grayscale: #DADADA. Windows color (decimal): -1061150 or 14864111. OLE color: 14864111.

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

Color convert

RGB 239 206 226 -
CMYK 0 0.14 0.05 0.06
HSL 323.64º 0.51% 0.87% -
HSV(B) 323.64º 0.14% 0.94% -
XYZ 71.4 67.98 81.31 -
YUV 218.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 239 206 226 0 0.14 0.05 0.06 323.64 0.51 0.87
Hex EF CE E2 0 E 5 6 144 33 57
Octal 357 316 342 0 16 5 6 504 63 127
Binary 11101111 11001110 11100010 0 1110 101 110 101000100 110011 1010111

Color Harmonies of #EFCEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEE2

Black with #EFCEE2

Text Example


Text Example

White with #EFCEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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