Html Css Color HEX #E0CDE5 Blue Chalk

📋 copy color: '#E0CDE5'

red 224 ◦ green 205 ◦ blue 229

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

Shades of Blue Chalk #E0CDE5

Tints of Blue Chalk #E0CDE5

RGB

 RED value IS 224 (87.89% from 255) = 34.04%

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

 BLUE value IS 229 (89.84% from 255) = 34.8%

R = 34.04%
G = 31.16%
B = 34.8%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0CDE5 (or 0xE0CDE5) is known color: Blue Chalk. HEX triplet: E0, CD and E5. RGB value is (224,205,229). Sum of RGB (Red+Green+Blue) = 224+205+229=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0CDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDE5 is #1F321A. Grayscale: #D5D5D5. Windows color (decimal): -2044443 or 15060448. OLE color: 15060448.

HSL color Cylindrical-coordinate representation of color #E0CDE5: hue angle of 287.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CDE5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 205 229 -
CMYK 0.02 0.10 0 0.10
HSL 287.5º 0.32% 0.85% -
HSV(B) 287.5º 0.1% 0.9% -
XYZ 66.71 65.17 83.19 -
YUV 213.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 224 205 229 0.02 0.10 0 0.10 287.5 0.32 0.85
Hex E0 CD E5 2 A 0 A 120 20 55
Octal 340 315 345 2 12 0 12 440 40 125
Binary 11100000 11001101 11100101 10 1010 0 1010 100100000 100000 1010101

Color Harmonies of #E0CDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CDE5

Black with #E0CDE5

Text Example


Text Example

White with #E0CDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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