Html Css Color HEX #E2CEE9 Blue Chalk

📋 copy color: '#E2CEE9'

red 226 ◦ green 206 ◦ blue 233

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

Shades of Blue Chalk #E2CEE9

Tints of Blue Chalk #E2CEE9

RGB

 RED value IS 226 (88.67% from 255) = 33.98%

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

 BLUE value IS 233 (91.41% from 255) = 35.04%

R = 33.98%
G = 30.98%
B = 35.04%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E2CEE9 (or 0xE2CEE9) is known color: Blue Chalk. HEX triplet: E2, CE and E9. RGB value is (226,206,233). Sum of RGB (Red+Green+Blue) = 226+206+233=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #E2CEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEE9 is #1D3116. Grayscale: #D6D6D6. Windows color (decimal): -1913111 or 15322850. OLE color: 15322850.

HSL color Cylindrical-coordinate representation of color #E2CEE9: hue angle of 284.44º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CEE9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 206 233 -
CMYK 0.03 0.12 0 0.09
HSL 284.44º 0.38% 0.86% -
HSV(B) 284.44º 0.12% 0.91% -
XYZ 68.14 66.19 86.28 -
YUV 215.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 226 206 233 0.03 0.12 0 0.09 284.44 0.38 0.86
Hex E2 CE E9 3 C 0 9 11C 26 56
Octal 342 316 351 3 14 0 11 434 46 126
Binary 11100010 11001110 11101001 11 1100 0 1001 100011100 100110 1010110

Color Harmonies of #E2CEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CEE9

Black with #E2CEE9

Text Example


Text Example

White with #E2CEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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