Html Css Color HEX #E8CCEF Blue Chalk

📋 copy color: '#E8CCEF'

red 232 ◦ green 204 ◦ blue 239

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

Shades of Blue Chalk #E8CCEF

Tints of Blue Chalk #E8CCEF

RGB

 RED value IS 232 (91.02% from 255) = 34.37%

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

 BLUE value IS 239 (93.75% from 255) = 35.41%

R = 34.37%
G = 30.22%
B = 35.41%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E8CCEF (or 0xE8CCEF) is known color: Blue Chalk. HEX triplet: E8, CC and EF. RGB value is (232,204,239). Sum of RGB (Red+Green+Blue) = 232+204+239=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8CCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCEF is #173310. Grayscale: #D8D8D8. Windows color (decimal): -1520401 or 15715560. OLE color: 15715560.

HSL color Cylindrical-coordinate representation of color #E8CCEF: hue angle of 288º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8CCEF is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 204 239 -
CMYK 0.03 0.15 0 0.06
HSL 288º 0.52% 0.87% -
HSV(B) 288º 0.15% 0.94% -
XYZ 70.45 66.57 90.8 -
YUV 216.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 232 204 239 0.03 0.15 0 0.06 288 0.52 0.87
Hex E8 CC EF 3 F 0 6 120 34 57
Octal 350 314 357 3 17 0 6 440 64 127
Binary 11101000 11001100 11101111 11 1111 0 110 100100000 110100 1010111

Color Harmonies of #E8CCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CCEF

Black with #E8CCEF

Text Example


Text Example

White with #E8CCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CCEF; }

 p { color: rgb(232,204,239); }

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

background-color css

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

 a { background-color: rgb(232,204,239); }

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

border-color css

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

 span { border-color: rgb(232,204,239); }

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