Html Css Color HEX #E9CDF5 Blue Chalk

📋 copy color: '#E9CDF5'

red 233 ◦ green 205 ◦ blue 245

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

Shades of Blue Chalk #E9CDF5

Tints of Blue Chalk #E9CDF5

RGB

 RED value IS 233 (91.41% from 255) = 34.11%

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

 BLUE value IS 245 (96.09% from 255) = 35.87%

R = 34.11%
G = 30.01%
B = 35.87%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E9CDF5 (or 0xE9CDF5) is known color: Blue Chalk. HEX triplet: E9, CD and F5. RGB value is (233,205,245). Sum of RGB (Red+Green+Blue) = 233+205+245=683 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.11% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #E9CDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDF5 is #16320A. Grayscale: #D9D9D9. Windows color (decimal): -1454603 or 16109033. OLE color: 16109033.

HSL color Cylindrical-coordinate representation of color #E9CDF5: hue angle of 282º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9CDF5 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 233 205 245 -
CMYK 0.05 0.16 0 0.04
HSL 282º 0.67% 0.88% -
HSV(B) 282º 0.16% 0.96% -
XYZ 71.92 67.58 95.64 -
YUV 217.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 233 205 245 0.05 0.16 0 0.04 282 0.67 0.88
Hex E9 CD F5 5 10 0 4 11A 43 58
Octal 351 315 365 5 20 0 4 432 103 130
Binary 11101001 11001101 11110101 101 10000 0 100 100011010 1000011 1011000

Color Harmonies of #E9CDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDF5

Black with #E9CDF5

Text Example


Text Example

White with #E9CDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDF5; }

 p { color: rgb(233,205,245); }

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

background-color css

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

 a { background-color: rgb(233,205,245); }

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

border-color css

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

 span { border-color: rgb(233,205,245); }

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