Html Css Color HEX #EECBDF Classic Rose

📋 copy color: '#EECBDF'

red 238 ◦ green 203 ◦ blue 223

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

Shades of Classic Rose #EECBDF

Tints of Classic Rose #EECBDF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.57%

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

R = 35.84%
G = 30.57%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EECBDF (or 0xEECBDF) is known color: Classic Rose. HEX triplet: EE, CB and DF. RGB value is (238,203,223). Sum of RGB (Red+Green+Blue) = 238+203+223=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBDF is #113420. Grayscale: #D7D7D7. Windows color (decimal): -1127457 or 14666734. OLE color: 14666734.

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

Color convert

RGB 238 203 223 -
CMYK 0 0.15 0.06 0.07
HSL 325.71º 0.51% 0.86% -
HSV(B) 325.71º 0.15% 0.93% -
XYZ 69.94 66.22 78.91 -
YUV 215.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 238 203 223 0 0.15 0.06 0.07 325.71 0.51 0.86
Hex EE CB DF 0 F 6 7 146 33 56
Octal 356 313 337 0 17 6 7 506 63 126
Binary 11101110 11001011 11011111 0 1111 110 111 101000110 110011 1010110

Color Harmonies of #EECBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBDF

Black with #EECBDF

Text Example


Text Example

White with #EECBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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