#DECAEB

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

Shades of Blue Chalk #DECAEB

Tints of Blue Chalk #DECAEB

Color information

#DECAEB (or 0xDECAEB) is unknown color: approx Blue Chalk. HEX triplet: DE, CA and EB. RGB value is (222,202,235). Sum of RGB (Red+Green+Blue) = 222+202+235=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #DECAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAEB is #213514. Grayscale: #D3D3D3. Windows color (decimal): -2176277 or 15452894. OLE color: 15452894.

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

Color convert

RGB222202235-
CMYK0.060.1400.08
HSL276.36º45.21%85.69%-
HSV(B)276.36º14.04%92.16%-
XYZ66.2463.7787.41-
YUV211.74141.13135.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=33.69%
G=30.65%
B=35.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222022350.060.1400.08276.3645.2185.69
HexDECAEB6E081142d56
Octal33631235361601042455126
Binary1101111011001010111010111101110010001000101001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAEB; }

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

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

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

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

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

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

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

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