Html Css Color HEX #E1CCED Blue Chalk

📋 copy color: '#E1CCED'

red 225 ◦ green 204 ◦ blue 237

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

Shades of Blue Chalk #E1CCED

Tints of Blue Chalk #E1CCED

RGB

 RED value IS 225 (88.28% from 255) = 33.78%

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

 BLUE value IS 237 (92.97% from 255) = 35.59%

R = 33.78%
G = 30.63%
B = 35.59%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1CCED (or 0xE1CCED) is known color: Blue Chalk. HEX triplet: E1, CC and ED. RGB value is (225,204,237). Sum of RGB (Red+Green+Blue) = 225+204+237=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCED is #1E3312. Grayscale: #D5D5D5. Windows color (decimal): -1979155 or 15584481. OLE color: 15584481.

HSL color Cylindrical-coordinate representation of color #E1CCED: hue angle of 278.18º degrees, saturation: 0.48, 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 #E1CCED is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 204 237 -
CMYK 0.05 0.14 0 0.07
HSL 278.18º 0.48% 0.86% -
HSV(B) 278.18º 0.14% 0.93% -
XYZ 67.93 65.31 89.15 -
YUV 214.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 225 204 237 0.05 0.14 0 0.07 278.18 0.48 0.86
Hex E1 CC ED 5 E 0 7 116 30 56
Octal 341 314 355 5 16 0 7 426 60 126
Binary 11100001 11001100 11101101 101 1110 0 111 100010110 110000 1010110

Color Harmonies of #E1CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCED

Black with #E1CCED

Text Example


Text Example

White with #E1CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCED; }

 p { color: rgb(225,204,237); }

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

background-color css

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

 a { background-color: rgb(225,204,237); }

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

border-color css

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

 span { border-color: rgb(225,204,237); }

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