Html Css Color HEX #EECBE7 Snuff

📋 copy color: '#EECBE7'

red 238 ◦ green 203 ◦ blue 231

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

Shades of Snuff #EECBE7

Tints of Snuff #EECBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.38%

R = 35.42%
G = 30.21%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EECBE7 (or 0xEECBE7) is known color: Snuff. HEX triplet: EE, CB and E7. RGB value is (238,203,231). Sum of RGB (Red+Green+Blue) = 238+203+231=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBE7 is #113418. Grayscale: #D8D8D8. Windows color (decimal): -1127449 or 15191022. OLE color: 15191022.

HSL color Cylindrical-coordinate representation of color #EECBE7: hue angle of 312º 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 #EECBE7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 203 231 -
CMYK 0 0.15 0.03 0.07
HSL 312º 0.51% 0.86% -
HSV(B) 312º 0.15% 0.93% -
XYZ 71.04 66.66 84.72 -
YUV 216.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 238 203 231 0 0.15 0.03 0.07 312 0.51 0.86
Hex EE CB E7 0 F 3 7 138 33 56
Octal 356 313 347 0 17 3 7 470 63 126
Binary 11101110 11001011 11100111 0 1111 11 111 100111000 110011 1010110

Color Harmonies of #EECBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBE7

Black with #EECBE7

Text Example


Text Example

White with #EECBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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