Html Css Color HEX #E6CEEC Blue Chalk

📋 copy color: '#E6CEEC'

red 230 ◦ green 206 ◦ blue 236

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

Shades of Blue Chalk #E6CEEC

Tints of Blue Chalk #E6CEEC

RGB

 RED value IS 230 (90.23% from 255) = 34.23%

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

 BLUE value IS 236 (92.58% from 255) = 35.12%

R = 34.23%
G = 30.65%
B = 35.12%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6CEEC (or 0xE6CEEC) is known color: Blue Chalk. HEX triplet: E6, CE and EC. RGB value is (230,206,236). Sum of RGB (Red+Green+Blue) = 230+206+236=672 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.23% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6CEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEEC is #193113. Grayscale: #D8D8D8. Windows color (decimal): -1650964 or 15519462. OLE color: 15519462.

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

Color convert

RGB 230 206 236 -
CMYK 0.03 0.13 0 0.07
HSL 288º 0.44% 0.87% -
HSV(B) 288º 0.13% 0.93% -
XYZ 69.84 67.02 88.61 -
YUV 216.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 230 206 236 0.03 0.13 0 0.07 288 0.44 0.87
Hex E6 CE EC 3 D 0 7 120 2C 57
Octal 346 316 354 3 15 0 7 440 54 127
Binary 11100110 11001110 11101100 11 1101 0 111 100100000 101100 1010111

Color Harmonies of #E6CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CEEC

Black with #E6CEEC

Text Example


Text Example

White with #E6CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CEEC; }

 p { color: rgb(230,206,236); }

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

background-color css

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

 a { background-color: rgb(230,206,236); }

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

border-color css

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

 span { border-color: rgb(230,206,236); }

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