Html Css Color HEX #E5CBFA Blue Chalk

📋 copy color: '#E5CBFA'

red 229 ◦ green 203 ◦ blue 250

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

Shades of Blue Chalk #E5CBFA

Tints of Blue Chalk #E5CBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.66%

R = 33.58%
G = 29.77%
B = 36.66%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5CBFA (or 0xE5CBFA) is known color: Blue Chalk. HEX triplet: E5, CB and FA. RGB value is (229,203,250). Sum of RGB (Red+Green+Blue) = 229+203+250=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBFA is #1A3405. Grayscale: #D7D7D7. Windows color (decimal): -1717254 or 16436197. OLE color: 16436197.

HSL color Cylindrical-coordinate representation of color #E5CBFA: hue angle of 273.19º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5CBFA is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 203 250 -
CMYK 0.08 0.19 0 0.02
HSL 273.19º 0.82% 0.89% -
HSV(B) 273.19º 0.19% 0.98% -
XYZ 70.92 66.27 99.5 -
YUV 216.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 229 203 250 0.08 0.19 0 0.02 273.19 0.82 0.89
Hex E5 CB FA 8 13 0 2 111 52 59
Octal 345 313 372 10 23 0 2 421 122 131
Binary 11100101 11001011 11111010 1000 10011 0 10 100010001 1010010 1011001

Color Harmonies of #E5CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CBFA

Black with #E5CBFA

Text Example


Text Example

White with #E5CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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