#DEC4EA

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

Shades of Blue Chalk #DEC4EA

Tints of Blue Chalk #DEC4EA

Color information

#DEC4EA (or 0xDEC4EA) is unknown color: approx Blue Chalk. HEX triplet: DE, C4 and EA. RGB value is (222,196,234). Sum of RGB (Red+Green+Blue) = 222+196+234=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC4EA is #213B15. Grayscale: #CFCFCF. Windows color (decimal): -2177814 or 15385822. OLE color: 15385822.

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

Color convert

RGB222196234-
CMYK0.050.1600.08
HSL281.05º47.5%84.31%-
HSV(B)281.05º16.24%91.76%-
XYZ64.7260.9586.2-
YUV208.11142.61137.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 196 (76.95% from 255) = 30.06%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=34.05%
G=30.06%
B=35.89%

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
Decimal2221962340.050.1600.08281.0547.584.31
HexDEC4EA510081192f54
Octal33630435252001043157124
Binary11011110110001001110101010110000010001000110011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4EA; }

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

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

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

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

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

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

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

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