Html Css Color HEX #E5CFFC Blue Chalk

📋 copy color: '#E5CFFC'

red 229 ◦ green 207 ◦ blue 252

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

Shades of Blue Chalk #E5CFFC

Tints of Blue Chalk #E5CFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.09%

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

R = 33.28%
G = 30.09%
B = 36.63%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5CFFC (or 0xE5CFFC) is known color: Blue Chalk. HEX triplet: E5, CF and FC. RGB value is (229,207,252). Sum of RGB (Red+Green+Blue) = 229+207+252=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFFC is #1A3003. Grayscale: #DADADA. Windows color (decimal): -1716228 or 16568293. OLE color: 16568293.

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

Color convert

RGB 229 207 252 -
CMYK 0.09 0.18 0 0.01
HSL 269.33º 0.88% 0.9% -
HSV(B) 269.33º 0.18% 0.99% -
XYZ 72.2 68.31 101.48 -
YUV 218.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 229 207 252 0.09 0.18 0 0.01 269.33 0.88 0.9
Hex E5 CF FC 9 12 0 1 10D 58 5A
Octal 345 317 374 11 22 0 1 415 130 132
Binary 11100101 11001111 11111100 1001 10010 0 1 100001101 1011000 1011010

Color Harmonies of #E5CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CFFC

Black with #E5CFFC

Text Example


Text Example

White with #E5CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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