Html Css Color HEX #E5CDFC Blue Chalk

📋 copy color: '#E5CDFC'

red 229 ◦ green 205 ◦ blue 252

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

Shades of Blue Chalk #E5CDFC

Tints of Blue Chalk #E5CDFC

RGB

 RED value IS 229 (89.84% from 255) = 33.38%

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

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

R = 33.38%
G = 29.88%
B = 36.73%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5CDFC (or 0xE5CDFC) is known color: Blue Chalk. HEX triplet: E5, CD and FC. RGB value is (229,205,252). Sum of RGB (Red+Green+Blue) = 229+205+252=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDFC is #1A3203. Grayscale: #D9D9D9. Windows color (decimal): -1716740 or 16567781. OLE color: 16567781.

HSL color Cylindrical-coordinate representation of color #E5CDFC: hue angle of 270.64º 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 #E5CDFC is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 205 252 -
CMYK 0.09 0.19 0 0.01
HSL 270.64º 0.89% 0.9% -
HSV(B) 270.64º 0.19% 0.99% -
XYZ 71.72 67.35 101.32 -
YUV 217.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 229 205 252 0.09 0.19 0 0.01 270.64 0.89 0.9
Hex E5 CD FC 9 13 0 1 10F 59 5A
Octal 345 315 374 11 23 0 1 417 131 132
Binary 11100101 11001101 11111100 1001 10011 0 1 100001111 1011001 1011010

Color Harmonies of #E5CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDFC

Black with #E5CDFC

Text Example


Text Example

White with #E5CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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