#DEBDEA

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

Shades of Blue Chalk #DEBDEA

Tints of Blue Chalk #DEBDEA

Color information

#DEBDEA (or 0xDEBDEA) is unknown color: approx Blue Chalk. HEX triplet: DE, BD and EA. RGB value is (222,189,234). Sum of RGB (Red+Green+Blue) = 222+189+234=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDEA is #214215. Grayscale: #CBCBCB. Windows color (decimal): -2179606 or 15384030. OLE color: 15384030.

HSL color Cylindrical-coordinate representation of color #DEBDEA: hue angle of 284º degrees, saturation: 0.52, 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 #DEBDEA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222189234-
CMYK0.050.1900.08
HSL284º51.72%82.94%-
HSV(B)284º19.23%91.76%-
XYZ63.1757.8785.68-
YUV204144.93140.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=34.42%
G=29.30%
B=36.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221892340.050.1900.0828451.7282.94
HexDEBDEA5130811c3453
Octal33627535252301043464123
Binary11011110101111011110101010110011010001000111001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDEA; }

 p { color: rgb(222,189,234); }

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

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

 a { background-color: rgb(222,189,234); }

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

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

 span { border-color: rgb(222,189,234); }

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