Html Css Color HEX #E5CFFB Blue Chalk

📋 copy color: '#E5CFFB'

red 229 ◦ green 207 ◦ blue 251

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

Shades of Blue Chalk #E5CFFB

Tints of Blue Chalk #E5CFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.54%

R = 33.33%
G = 30.13%
B = 36.54%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5CFFB (or 0xE5CFFB) is known color: Blue Chalk. HEX triplet: E5, CF and FB. RGB value is (229,207,251). Sum of RGB (Red+Green+Blue) = 229+207+251=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFFB is #1A3004. Grayscale: #DADADA. Windows color (decimal): -1716229 or 16502757. OLE color: 16502757.

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

Color convert

RGB 229 207 251 -
CMYK 0.09 0.18 0 0.02
HSL 270º 0.85% 0.9% -
HSV(B) 270º 0.18% 0.98% -
XYZ 72.04 68.25 100.64 -
YUV 218.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 229 207 251 0.09 0.18 0 0.02 270 0.85 0.9
Hex E5 CF FB 9 12 0 2 10E 55 5A
Octal 345 317 373 11 22 0 2 416 125 132
Binary 11100101 11001111 11111011 1001 10010 0 10 100001110 1010101 1011010

Color Harmonies of #E5CFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CFFB

Black with #E5CFFB

Text Example


Text Example

White with #E5CFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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