Html Css Color HEX #E5CDF9 Blue Chalk

📋 copy color: '#E5CDF9'

red 229 ◦ green 205 ◦ blue 249

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

Shades of Blue Chalk #E5CDF9

Tints of Blue Chalk #E5CDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.46%

R = 33.53%
G = 30.01%
B = 36.46%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5CDF9 (or 0xE5CDF9) is known color: Blue Chalk. HEX triplet: E5, CD and F9. RGB value is (229,205,249). Sum of RGB (Red+Green+Blue) = 229+205+249=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDF9 is #1A3206. Grayscale: #D9D9D9. Windows color (decimal): -1716743 or 16371173. OLE color: 16371173.

HSL color Cylindrical-coordinate representation of color #E5CDF9: hue angle of 272.73º degrees, saturation: 0.79, 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 #E5CDF9 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 205 249 -
CMYK 0.08 0.18 0 0.02
HSL 272.73º 0.79% 0.89% -
HSV(B) 272.73º 0.18% 0.98% -
XYZ 71.24 67.16 98.83 -
YUV 217.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 229 205 249 0.08 0.18 0 0.02 272.73 0.79 0.89
Hex E5 CD F9 8 12 0 2 111 4F 59
Octal 345 315 371 10 22 0 2 421 117 131
Binary 11100101 11001101 11111001 1000 10010 0 10 100010001 1001111 1011001

Color Harmonies of #E5CDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDF9

Black with #E5CDF9

Text Example


Text Example

White with #E5CDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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