#DEC1EB

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

Shades of Blue Chalk #DEC1EB

Tints of Blue Chalk #DEC1EB

Color information

#DEC1EB (or 0xDEC1EB) is unknown color: approx Blue Chalk. HEX triplet: DE, C1 and EB. RGB value is (222,193,235). Sum of RGB (Red+Green+Blue) = 222+193+235=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1EB is #213E14. Grayscale: #CECECE. Windows color (decimal): -2178581 or 15450590. OLE color: 15450590.

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

Color convert

RGB222193235-
CMYK0.060.1800.08
HSL281.43º51.22%83.92%-
HSV(B)281.43º17.87%92.16%-
XYZ64.1959.6786.73-
YUV206.46144.11139.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 193 (75.78% from 255) = 29.69%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=34.15%
G=29.69%
B=36.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221932350.060.1800.08281.4351.2283.92
HexDEC1EB612081193354
Octal33630135362201043163124
Binary11011110110000011110101111010010010001000110011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1EB; }

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

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

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

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

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

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

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

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