Html Css Color HEX #E9CDFC Blue Chalk

📋 copy color: '#E9CDFC'

red 233 ◦ green 205 ◦ blue 252

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

Shades of Blue Chalk #E9CDFC

Tints of Blue Chalk #E9CDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.52%

R = 33.77%
G = 29.71%
B = 36.52%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E9CDFC (or 0xE9CDFC) is known color: Blue Chalk. HEX triplet: E9, CD and FC. RGB value is (233,205,252). Sum of RGB (Red+Green+Blue) = 233+205+252=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9CDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDFC is #163203. Grayscale: #DADADA. Windows color (decimal): -1454596 or 16567785. OLE color: 16567785.

HSL color Cylindrical-coordinate representation of color #E9CDFC: hue angle of 275.74º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9CDFC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 205 252 -
CMYK 0.08 0.19 0 0.01
HSL 275.74º 0.89% 0.9% -
HSV(B) 275.74º 0.19% 0.99% -
XYZ 73.01 68.01 101.38 -
YUV 218.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 233 205 252 0.08 0.19 0 0.01 275.74 0.89 0.9
Hex E9 CD FC 8 13 0 1 114 59 5A
Octal 351 315 374 10 23 0 1 424 131 132
Binary 11101001 11001101 11111100 1000 10011 0 1 100010100 1011001 1011010

Color Harmonies of #E9CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDFC

Black with #E9CDFC

Text Example


Text Example

White with #E9CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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