Html Css Color HEX #E5CBFE Blue Chalk

📋 copy color: '#E5CBFE'

red 229 ◦ green 203 ◦ blue 254

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

Shades of Blue Chalk #E5CBFE

Tints of Blue Chalk #E5CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.03%

R = 33.38%
G = 29.59%
B = 37.03%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5CBFE (or 0xE5CBFE) is known color: Blue Chalk. HEX triplet: E5, CB and FE. RGB value is (229,203,254). Sum of RGB (Red+Green+Blue) = 229+203+254=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBFE is #1A3401. Grayscale: #D8D8D8. Windows color (decimal): -1717250 or 16698341. OLE color: 16698341.

HSL color Cylindrical-coordinate representation of color #E5CBFE: hue angle of 270.59º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5CBFE is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 203 254 -
CMYK 0.10 0.20 0 0.00
HSL 270.59º 0.96% 0.9% -
HSV(B) 270.59º 0.2% 1% -
XYZ 71.56 66.53 102.84 -
YUV 216.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 229 203 254 0.10 0.20 0 0.00 270.59 0.96 0.9
Hex E5 CB FE A 14 0 0 10F 60 5A
Octal 345 313 376 12 24 0 0 417 140 132
Binary 11100101 11001011 11111110 1010 10100 0 0 100001111 1100000 1011010

Color Harmonies of #E5CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CBFE

Black with #E5CBFE

Text Example


Text Example

White with #E5CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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