#DEBEEB

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

Shades of Blue Chalk #DEBEEB

Tints of Blue Chalk #DEBEEB

Color information

#DEBEEB (or 0xDEBEEB) is unknown color: approx Blue Chalk. HEX triplet: DE, BE and EB. RGB value is (222,190,235). Sum of RGB (Red+Green+Blue) = 222+190+235=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEEB is #214114. Grayscale: #CCCCCC. Windows color (decimal): -2179349 or 15449822. OLE color: 15449822.

HSL color Cylindrical-coordinate representation of color #DEBEEB: hue angle of 282.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEBEEB is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222190235-
CMYK0.060.1900.08
HSL282.67º52.94%83.33%-
HSV(B)282.67º19.15%92.16%-
XYZ63.5358.3586.51-
YUV204.7145.1140.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 190 (74.61% from 255) = 29.37%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=34.31%
G=29.37%
B=36.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221902350.060.1900.08282.6752.9483.33
HexDEBEEB6130811b3553
Octal33627635362301043365123
Binary11011110101111101110101111010011010001000110111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEEB; }

 p { color: rgb(222,190,235); }

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

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

 a { background-color: rgb(222,190,235); }

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

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

 span { border-color: rgb(222,190,235); }

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