Html Css Color HEX #EECEDF Classic Rose

📋 copy color: '#EECEDF'

red 238 ◦ green 206 ◦ blue 223

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

Shades of Classic Rose #EECEDF

Tints of Classic Rose #EECEDF

RGB

 RED value IS 238 (93.36% from 255) = 35.68%

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

 BLUE value IS 223 (87.5% from 255) = 33.43%

R = 35.68%
G = 30.88%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EECEDF (or 0xEECEDF) is known color: Classic Rose. HEX triplet: EE, CE and DF. RGB value is (238,206,223). Sum of RGB (Red+Green+Blue) = 238+206+223=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEDF is #113120. Grayscale: #D9D9D9. Windows color (decimal): -1126689 or 14667502. OLE color: 14667502.

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

Color convert

RGB 238 206 223 -
CMYK 0 0.13 0.06 0.07
HSL 328.13º 0.48% 0.87% -
HSV(B) 328.13º 0.13% 0.93% -
XYZ 70.65 67.65 79.15 -
YUV 217.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 238 206 223 0 0.13 0.06 0.07 328.13 0.48 0.87
Hex EE CE DF 0 D 6 7 148 30 57
Octal 356 316 337 0 15 6 7 510 60 127
Binary 11101110 11001110 11011111 0 1101 110 111 101001000 110000 1010111

Color Harmonies of #EECEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECEDF

Black with #EECEDF

Text Example


Text Example

White with #EECEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECEDF; }

 p { color: rgb(238,206,223); }

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

background-color css

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

 a { background-color: rgb(238,206,223); }

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

border-color css

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

 span { border-color: rgb(238,206,223); }

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