#DEC5EB

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

Shades of Blue Chalk #DEC5EB

Tints of Blue Chalk #DEC5EB

Color information

#DEC5EB (or 0xDEC5EB) is unknown color: approx Blue Chalk. HEX triplet: DE, C5 and EB. RGB value is (222,197,235). Sum of RGB (Red+Green+Blue) = 222+197+235=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEC5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC5EB is #213A14. Grayscale: #D0D0D0. Windows color (decimal): -2177557 or 15451614. OLE color: 15451614.

HSL color Cylindrical-coordinate representation of color #DEC5EB: hue angle of 279.47º degrees, saturation: 0.49, 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 #DEC5EB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222197235-
CMYK0.060.1600.08
HSL279.47º48.72%84.71%-
HSV(B)279.47º16.17%92.16%-
XYZ65.0961.4687.03-
YUV208.81142.78137.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 197 (77.34% from 255) = 30.12%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=33.94%
G=30.12%
B=35.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221972350.060.1600.08279.4748.7284.71
HexDEC5EB610081173155
Octal33630535362001042761125
Binary11011110110001011110101111010000010001000101111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5EB; }

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

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

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

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

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

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

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

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