Html Css Color HEX #E5CDFB Blue Chalk

📋 copy color: '#E5CDFB'

red 229 ◦ green 205 ◦ blue 251

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

Shades of Blue Chalk #E5CDFB

Tints of Blue Chalk #E5CDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.93%

 BLUE value IS 251 (98.44% from 255) = 36.64%

R = 33.43%
G = 29.93%
B = 36.64%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5CDFB (or 0xE5CDFB) is known color: Blue Chalk. HEX triplet: E5, CD and FB. RGB value is (229,205,251). Sum of RGB (Red+Green+Blue) = 229+205+251=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDFB is #1A3204. Grayscale: #D9D9D9. Windows color (decimal): -1716741 or 16502245. OLE color: 16502245.

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

Color convert

RGB 229 205 251 -
CMYK 0.09 0.18 0 0.02
HSL 271.3º 0.85% 0.89% -
HSV(B) 271.3º 0.18% 0.98% -
XYZ 71.56 67.29 100.48 -
YUV 217.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 229 205 251 0.09 0.18 0 0.02 271.3 0.85 0.89
Hex E5 CD FB 9 12 0 2 10F 55 59
Octal 345 315 373 11 22 0 2 417 125 131
Binary 11100101 11001101 11111011 1001 10010 0 10 100001111 1010101 1011001

Color Harmonies of #E5CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDFB

Black with #E5CDFB

Text Example


Text Example

White with #E5CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDFB; }

 p { color: rgb(229,205,251); }

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

background-color css

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

 a { background-color: rgb(229,205,251); }

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

border-color css

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

 span { border-color: rgb(229,205,251); }

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