Html Css Color HEX #E5CCFC Blue Chalk

📋 copy color: '#E5CCFC'

red 229 ◦ green 204 ◦ blue 252

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

Shades of Blue Chalk #E5CCFC

Tints of Blue Chalk #E5CCFC

RGB

 RED value IS 229 (89.84% from 255) = 33.43%

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

 BLUE value IS 252 (98.83% from 255) = 36.79%

R = 33.43%
G = 29.78%
B = 36.79%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5CCFC (or 0xE5CCFC) is known color: Blue Chalk. HEX triplet: E5, CC and FC. RGB value is (229,204,252). Sum of RGB (Red+Green+Blue) = 229+204+252=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCFC is #1A3303. Grayscale: #D8D8D8. Windows color (decimal): -1716996 or 16567525. OLE color: 16567525.

HSL color Cylindrical-coordinate representation of color #E5CCFC: hue angle of 271.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5CCFC is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 204 252 -
CMYK 0.09 0.19 0 0.01
HSL 271.25º 0.89% 0.89% -
HSV(B) 271.25º 0.19% 0.99% -
XYZ 71.48 66.87 101.24 -
YUV 216.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 229 204 252 0.09 0.19 0 0.01 271.25 0.89 0.89
Hex E5 CC FC 9 13 0 1 10F 59 59
Octal 345 314 374 11 23 0 1 417 131 131
Binary 11100101 11001100 11111100 1001 10011 0 1 100001111 1011001 1011001

Color Harmonies of #E5CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CCFC

Black with #E5CCFC

Text Example


Text Example

White with #E5CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CCFC; }

 p { color: rgb(229,204,252); }

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

background-color css

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

 a { background-color: rgb(229,204,252); }

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

border-color css

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

 span { border-color: rgb(229,204,252); }

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