Html Css Color HEX #E5CDF2 Blue Chalk

📋 copy color: '#E5CDF2'

red 229 ◦ green 205 ◦ blue 242

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

Shades of Blue Chalk #E5CDF2

Tints of Blue Chalk #E5CDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.8%

R = 33.88%
G = 30.33%
B = 35.8%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5CDF2 (or 0xE5CDF2) is known color: Blue Chalk. HEX triplet: E5, CD and F2. RGB value is (229,205,242). Sum of RGB (Red+Green+Blue) = 229+205+242=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDF2 is #1A320D. Grayscale: #D8D8D8. Windows color (decimal): -1716750 or 15912421. OLE color: 15912421.

HSL color Cylindrical-coordinate representation of color #E5CDF2: hue angle of 278.92º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5CDF2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 205 242 -
CMYK 0.05 0.15 0 0.05
HSL 278.92º 0.59% 0.88% -
HSV(B) 278.92º 0.15% 0.95% -
XYZ 70.17 66.73 93.19 -
YUV 216.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 229 205 242 0.05 0.15 0 0.05 278.92 0.59 0.88
Hex E5 CD F2 5 F 0 5 117 3B 58
Octal 345 315 362 5 17 0 5 427 73 130
Binary 11100101 11001101 11110010 101 1111 0 101 100010111 111011 1011000

Color Harmonies of #E5CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDF2

Black with #E5CDF2

Text Example


Text Example

White with #E5CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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