Html Css Color HEX #E5CDFD Blue Chalk

📋 copy color: '#E5CDFD'

red 229 ◦ green 205 ◦ blue 253

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

Shades of Blue Chalk #E5CDFD

Tints of Blue Chalk #E5CDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.83%

R = 33.33%
G = 29.84%
B = 36.83%

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

#E5CDFD (or 0xE5CDFD) is known color: Blue Chalk. HEX triplet: E5, CD and FD. RGB value is (229,205,253). Sum of RGB (Red+Green+Blue) = 229+205+253=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDFD is #1A3202. Grayscale: #D9D9D9. Windows color (decimal): -1716739 or 16633317. OLE color: 16633317.

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

Color convert

RGB 229 205 253 -
CMYK 0.09 0.19 0 0.01
HSL 270º 0.92% 0.9% -
HSV(B) 270º 0.19% 0.99% -
XYZ 71.87 67.41 102.15 -
YUV 217.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 229 205 253 0.09 0.19 0 0.01 270 0.92 0.9
Hex E5 CD FD 9 13 0 1 10E 5C 5A
Octal 345 315 375 11 23 0 1 416 134 132
Binary 11100101 11001101 11111101 1001 10011 0 1 100001110 1011100 1011010

Color Harmonies of #E5CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDFD

Black with #E5CDFD

Text Example


Text Example

White with #E5CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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