Html Css Color HEX #E9CDF7 Blue Chalk

📋 copy color: '#E9CDF7'

red 233 ◦ green 205 ◦ blue 247

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

Shades of Blue Chalk #E9CDF7

Tints of Blue Chalk #E9CDF7

RGB

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

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

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

R = 34.01%
G = 29.93%
B = 36.06%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E9CDF7 (or 0xE9CDF7) is known color: Blue Chalk. HEX triplet: E9, CD and F7. RGB value is (233,205,247). Sum of RGB (Red+Green+Blue) = 233+205+247=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #E9CDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDF7 is #163208. Grayscale: #DADADA. Windows color (decimal): -1454601 or 16240105. OLE color: 16240105.

HSL color Cylindrical-coordinate representation of color #E9CDF7: hue angle of 280º 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 #E9CDF7 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 233 205 247 -
CMYK 0.06 0.17 0 0.03
HSL 280º 0.72% 0.89% -
HSV(B) 280º 0.17% 0.97% -
XYZ 72.22 67.7 97.26 -
YUV 218.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 233 205 247 0.06 0.17 0 0.03 280 0.72 0.89
Hex E9 CD F7 6 11 0 3 118 48 59
Octal 351 315 367 6 21 0 3 430 110 131
Binary 11101001 11001101 11110111 110 10001 0 11 100011000 1001000 1011001

Color Harmonies of #E9CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDF7

Black with #E9CDF7

Text Example


Text Example

White with #E9CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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