#E0CFE9

Color #E0CFE9 Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E0CFE9

Tints of Blue Chalk #E0CFE9

Color information

#E0CFE9 (or 0xE0CFE9) is unknown color: approx Blue Chalk. HEX triplet: E0, CF and E9. RGB value is (224,207,233). Sum of RGB (Red+Green+Blue) = 224+207+233=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0CFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFE9 is #1F3016. Grayscale: #D6D6D6. Windows color (decimal): -2043927 or 15323104. OLE color: 15323104.

HSL color Cylindrical-coordinate representation of color #E0CFE9: hue angle of 279.23º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0CFE9 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224207233-
CMYK0.040.1100.09
HSL279.23º37.14%86.27%-
HSV(B)279.23º11.16%91.37%-
XYZ67.7666.3686.33-
YUV215.05138.13134.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.73%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 233 (91.41% from 255) = 35.09%
R=33.73%
G=31.17%
B=35.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242072330.040.1100.09279.2337.1486.27
HexE0CFE94B091172556
Octal34031735141301142745126
Binary1110000011001111111010011001011010011000101111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFE9; }

 p { color: rgb(224,207,233); }

 H1.HeaderClassName
 {
   color: #E0CFE9;
 }
 .AnyTagClassName
 {
   color: #E0CFE9;
 }
</style>
background-color css

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

 a { background-color: rgb(224,207,233); }

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

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

 span { border-color: rgb(224,207,233); }

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