Html Css Color HEX #E5CDF7 Blue Chalk

📋 copy color: '#E5CDF7'

red 229 ◦ green 205 ◦ blue 247

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

Shades of Blue Chalk #E5CDF7

Tints of Blue Chalk #E5CDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.27%

R = 33.63%
G = 30.1%
B = 36.27%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E5CDF7 (or 0xE5CDF7) is known color: Blue Chalk. HEX triplet: E5, CD and F7. RGB value is (229,205,247). Sum of RGB (Red+Green+Blue) = 229+205+247=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDF7 is #1A3208. Grayscale: #D8D8D8. Windows color (decimal): -1716745 or 16240101. OLE color: 16240101.

HSL color Cylindrical-coordinate representation of color #E5CDF7: hue angle of 274.29º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5CDF7 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 229 205 247 -
CMYK 0.07 0.17 0 0.03
HSL 274.29º 0.72% 0.89% -
HSV(B) 274.29º 0.17% 0.97% -
XYZ 70.93 67.04 97.2 -
YUV 216.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 229 205 247 0.07 0.17 0 0.03 274.29 0.72 0.89
Hex E5 CD F7 7 11 0 3 112 48 59
Octal 345 315 367 7 21 0 3 422 110 131
Binary 11100101 11001101 11110111 111 10001 0 11 100010010 1001000 1011001

Color Harmonies of #E5CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDF7

Black with #E5CDF7

Text Example


Text Example

White with #E5CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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