#DEBCE9

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

Shades of Blue Chalk #DEBCE9

Tints of Blue Chalk #DEBCE9

Color information

#DEBCE9 (or 0xDEBCE9) is unknown color: approx Blue Chalk. HEX triplet: DE, BC and E9. RGB value is (222,188,233). Sum of RGB (Red+Green+Blue) = 222+188+233=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEBCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCE9 is #214316. Grayscale: #CBCBCB. Windows color (decimal): -2179863 or 15318238. OLE color: 15318238.

HSL color Cylindrical-coordinate representation of color #DEBCE9: hue angle of 285.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEBCE9 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222188233-
CMYK0.050.1900.09
HSL285.33º50.56%82.55%-
HSV(B)285.33º19.31%91.37%-
XYZ62.8257.3884.86-
YUV203.3144.76141.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 188 (73.83% from 255) = 29.24%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=34.53%
G=29.24%
B=36.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221882330.050.1900.09285.3350.5682.55
HexDEBCE95130911d3353
Octal33627435152301143563123
Binary11011110101111001110100110110011010011000111011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCE9; }

 p { color: rgb(222,188,233); }

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

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

 a { background-color: rgb(222,188,233); }

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

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

 span { border-color: rgb(222,188,233); }

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