Html Css Color HEX #E2CCEC Blue Chalk

📋 copy color: '#E2CCEC'

red 226 ◦ green 204 ◦ blue 236

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

Shades of Blue Chalk #E2CCEC

Tints of Blue Chalk #E2CCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.63%

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

R = 33.93%
G = 30.63%
B = 35.44%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2CCEC (or 0xE2CCEC) is known color: Blue Chalk. HEX triplet: E2, CC and EC. RGB value is (226,204,236). Sum of RGB (Red+Green+Blue) = 226+204+236=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCEC is #1D3313. Grayscale: #D6D6D6. Windows color (decimal): -1913620 or 15518946. OLE color: 15518946.

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

Color convert

RGB 226 204 236 -
CMYK 0.04 0.14 0 0.07
HSL 281.25º 0.46% 0.86% -
HSV(B) 281.25º 0.14% 0.93% -
XYZ 68.1 65.41 88.39 -
YUV 214.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 226 204 236 0.04 0.14 0 0.07 281.25 0.46 0.86
Hex E2 CC EC 4 E 0 7 119 2E 56
Octal 342 314 354 4 16 0 7 431 56 126
Binary 11100010 11001100 11101100 100 1110 0 111 100011001 101110 1010110

Color Harmonies of #E2CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CCEC

Black with #E2CCEC

Text Example


Text Example

White with #E2CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CCEC; }

 p { color: rgb(226,204,236); }

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

background-color css

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

 a { background-color: rgb(226,204,236); }

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

border-color css

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

 span { border-color: rgb(226,204,236); }

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