Html Css Color HEX #E9CDF3 Blue Chalk

📋 copy color: '#E9CDF3'

red 233 ◦ green 205 ◦ blue 243

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

Shades of Blue Chalk #E9CDF3

Tints of Blue Chalk #E9CDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.68%

R = 34.21%
G = 30.1%
B = 35.68%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9CDF3 (or 0xE9CDF3) is known color: Blue Chalk. HEX triplet: E9, CD and F3. RGB value is (233,205,243). Sum of RGB (Red+Green+Blue) = 233+205+243=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9CDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDF3 is #16320C. Grayscale: #D9D9D9. Windows color (decimal): -1454605 or 15977961. OLE color: 15977961.

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

Color convert

RGB 233 205 243 -
CMYK 0.04 0.16 0 0.05
HSL 284.21º 0.61% 0.88% -
HSV(B) 284.21º 0.16% 0.95% -
XYZ 71.61 67.46 94.04 -
YUV 217.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 233 205 243 0.04 0.16 0 0.05 284.21 0.61 0.88
Hex E9 CD F3 4 10 0 5 11C 3D 58
Octal 351 315 363 4 20 0 5 434 75 130
Binary 11101001 11001101 11110011 100 10000 0 101 100011100 111101 1011000

Color Harmonies of #E9CDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDF3

Black with #E9CDF3

Text Example


Text Example

White with #E9CDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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