Html Css Color HEX #E5CAED Blue Chalk

📋 copy color: '#E5CAED'

red 229 ◦ green 202 ◦ blue 237

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

Shades of Blue Chalk #E5CAED

Tints of Blue Chalk #E5CAED

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.24%

 BLUE value IS 237 (92.97% from 255) = 35.48%

R = 34.28%
G = 30.24%
B = 35.48%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5CAED (or 0xE5CAED) is known color: Blue Chalk. HEX triplet: E5, CA and ED. RGB value is (229,202,237). Sum of RGB (Red+Green+Blue) = 229+202+237=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAED is #1A3512. Grayscale: #D5D5D5. Windows color (decimal): -1717523 or 15583973. OLE color: 15583973.

HSL color Cylindrical-coordinate representation of color #E5CAED: hue angle of 286.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5CAED is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 202 237 -
CMYK 0.03 0.15 0 0.07
HSL 286.29º 0.49% 0.86% -
HSV(B) 286.29º 0.15% 0.93% -
XYZ 68.72 65.01 89.05 -
YUV 214.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 229 202 237 0.03 0.15 0 0.07 286.29 0.49 0.86
Hex E5 CA ED 3 F 0 7 11E 31 56
Octal 345 312 355 3 17 0 7 436 61 126
Binary 11100101 11001010 11101101 11 1111 0 111 100011110 110001 1010110

Color Harmonies of #E5CAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CAED

Black with #E5CAED

Text Example


Text Example

White with #E5CAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CAED; }

 p { color: rgb(229,202,237); }

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

background-color css

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

 a { background-color: rgb(229,202,237); }

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

border-color css

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

 span { border-color: rgb(229,202,237); }

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