Html Css Color HEX #E5CFFD Blue Chalk

📋 copy color: '#E5CFFD'

red 229 ◦ green 207 ◦ blue 253

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

Shades of Blue Chalk #E5CFFD

Tints of Blue Chalk #E5CFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.04%

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

R = 33.24%
G = 30.04%
B = 36.72%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5CFFD (or 0xE5CFFD) is known color: Blue Chalk. HEX triplet: E5, CF and FD. RGB value is (229,207,253). Sum of RGB (Red+Green+Blue) = 229+207+253=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFFD is #1A3002. Grayscale: #DADADA. Windows color (decimal): -1716227 or 16633829. OLE color: 16633829.

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

Color convert

RGB 229 207 253 -
CMYK 0.09 0.18 0 0.01
HSL 268.7º 0.92% 0.9% -
HSV(B) 268.7º 0.18% 0.99% -
XYZ 72.36 68.38 102.31 -
YUV 218.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 229 207 253 0.09 0.18 0 0.01 268.7 0.92 0.9
Hex E5 CF FD 9 12 0 1 10D 5C 5A
Octal 345 317 375 11 22 0 1 415 134 132
Binary 11100101 11001111 11111101 1001 10010 0 1 100001101 1011100 1011010

Color Harmonies of #E5CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CFFD

Black with #E5CFFD

Text Example


Text Example

White with #E5CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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