#DEC5EA

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

Shades of Blue Chalk #DEC5EA

Tints of Blue Chalk #DEC5EA

Color information

#DEC5EA (or 0xDEC5EA) is unknown color: approx Blue Chalk. HEX triplet: DE, C5 and EA. RGB value is (222,197,234). Sum of RGB (Red+Green+Blue) = 222+197+234=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC5EA is #213A15. Grayscale: #D0D0D0. Windows color (decimal): -2177558 or 15386078. OLE color: 15386078.

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

Color convert

RGB222197234-
CMYK0.050.1600.08
HSL280.54º46.84%84.51%-
HSV(B)280.54º15.81%91.76%-
XYZ64.9461.486.27-
YUV208.69142.28137.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 197 (77.34% from 255) = 30.17%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=34.00%
G=30.17%
B=35.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221972340.050.1600.08280.5446.8484.51
HexDEC5EA510081192f55
Octal33630535252001043157125
Binary11011110110001011110101010110000010001000110011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5EA; }

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

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

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

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

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

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

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

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