#DEBFEA

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

Shades of Blue Chalk #DEBFEA

Tints of Blue Chalk #DEBFEA

Color information

#DEBFEA (or 0xDEBFEA) is unknown color: approx Blue Chalk. HEX triplet: DE, BF and EA. RGB value is (222,191,234). Sum of RGB (Red+Green+Blue) = 222+191+234=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEBFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFEA is #214015. Grayscale: #CDCDCD. Windows color (decimal): -2179094 or 15384542. OLE color: 15384542.

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

Color convert

RGB222191234-
CMYK0.050.1800.08
HSL283.26º50.59%83.33%-
HSV(B)283.26º18.38%91.76%-
XYZ63.6158.7385.83-
YUV205.17144.27140-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 191 (75% from 255) = 29.52%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=34.31%
G=29.52%
B=36.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221912340.050.1800.08283.2650.5983.33
HexDEBFEA5120811b3353
Octal33627735252201043363123
Binary11011110101111111110101010110010010001000110111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFEA; }

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

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

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

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

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

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

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

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