#DECAEA

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

Shades of Blue Chalk #DECAEA

Tints of Blue Chalk #DECAEA

Color information

#DECAEA (or 0xDECAEA) is unknown color: approx Blue Chalk. HEX triplet: DE, CA and EA. RGB value is (222,202,234). Sum of RGB (Red+Green+Blue) = 222+202+234=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #DECAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAEA is #213515. Grayscale: #D3D3D3. Windows color (decimal): -2176278 or 15387358. OLE color: 15387358.

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

Color convert

RGB222202234-
CMYK0.050.1400.08
HSL277.5º43.24%85.49%-
HSV(B)277.5º13.68%91.76%-
XYZ66.163.7186.66-
YUV211.63140.63135.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 202 (79.30% from 255) = 30.70%
BLUE value IS 234 (91.80% from 255) = 35.56%
R=33.74%
G=30.70%
B=35.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222022340.050.1400.08277.543.2485.49
HexDECAEA5E081162b55
Octal33631235251601042653125
Binary1101111011001010111010101011110010001000101101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAEA; }

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

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

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

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

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

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

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

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