#DEBEE8

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

Shades of Blue Chalk #DEBEE8

Tints of Blue Chalk #DEBEE8

Color information

#DEBEE8 (or 0xDEBEE8) is unknown color: approx Blue Chalk. HEX triplet: DE, BE and E8. RGB value is (222,190,232). Sum of RGB (Red+Green+Blue) = 222+190+232=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEE8 is #214117. Grayscale: #CCCCCC. Windows color (decimal): -2179352 or 15253214. OLE color: 15253214.

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

Color convert

RGB222190232-
CMYK0.040.1800.09
HSL285.71º47.73%82.75%-
HSV(B)285.71º18.1%90.98%-
XYZ63.158.1884.25-
YUV204.36143.6140.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 232 (91.02% from 255) = 36.02%
R=34.47%
G=29.50%
B=36.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221902320.040.1800.09285.7147.7382.75
HexDEBEE84120911e3053
Octal33627635042201143660123
Binary11011110101111101110100010010010010011000111101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEE8; }

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

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

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

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

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

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

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

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