Html Css Color HEX #E5CBFC Blue Chalk

📋 copy color: '#E5CBFC'

red 229 ◦ green 203 ◦ blue 252

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

Shades of Blue Chalk #E5CBFC

Tints of Blue Chalk #E5CBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.68%

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

R = 33.48%
G = 29.68%
B = 36.84%

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

#E5CBFC (or 0xE5CBFC) is known color: Blue Chalk. HEX triplet: E5, CB and FC. RGB value is (229,203,252). Sum of RGB (Red+Green+Blue) = 229+203+252=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBFC is #1A3403. Grayscale: #D8D8D8. Windows color (decimal): -1717252 or 16567269. OLE color: 16567269.

HSL color Cylindrical-coordinate representation of color #E5CBFC: hue angle of 271.84º 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 #E5CBFC is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 203 252 -
CMYK 0.09 0.19 0 0.01
HSL 271.84º 0.89% 0.89% -
HSV(B) 271.84º 0.19% 0.99% -
XYZ 71.24 66.4 101.16 -
YUV 216.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 229 203 252 0.09 0.19 0 0.01 271.84 0.89 0.89
Hex E5 CB FC 9 13 0 1 110 59 59
Octal 345 313 374 11 23 0 1 420 131 131
Binary 11100101 11001011 11111100 1001 10011 0 1 100010000 1011001 1011001

Color Harmonies of #E5CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CBFC

Black with #E5CBFC

Text Example


Text Example

White with #E5CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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