#DEC4EB

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

Shades of Blue Chalk #DEC4EB

Tints of Blue Chalk #DEC4EB

Color information

#DEC4EB (or 0xDEC4EB) is unknown color: approx Blue Chalk. HEX triplet: DE, C4 and EB. RGB value is (222,196,235). Sum of RGB (Red+Green+Blue) = 222+196+235=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEC4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC4EB is #213B14. Grayscale: #D0D0D0. Windows color (decimal): -2177813 or 15451358. OLE color: 15451358.

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

Color convert

RGB222196235-
CMYK0.060.1700.08
HSL280º49.37%84.51%-
HSV(B)280º16.6%92.16%-
XYZ64.8661.0186.95-
YUV208.22143.11137.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=34.00%
G=30.02%
B=35.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221962350.060.1700.0828049.3784.51
HexDEC4EB611081183155
Octal33630435362101043061125
Binary11011110110001001110101111010001010001000110001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4EB; }

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

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

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

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

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

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

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

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