#DECAE5

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

Shades of Blue Chalk #DECAE5

Tints of Blue Chalk #DECAE5

Color information

#DECAE5 (or 0xDECAE5) is unknown color: approx Blue Chalk. HEX triplet: DE, CA and E5. RGB value is (222,202,229). Sum of RGB (Red+Green+Blue) = 222+202+229=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #DECAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAE5 is #21351A. Grayscale: #D2D2D2. Windows color (decimal): -2176283 or 15059678. OLE color: 15059678.

HSL color Cylindrical-coordinate representation of color #DECAE5: hue angle of 284.44º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DECAE5 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222202229-
CMYK0.030.1200.10
HSL284.44º34.18%84.51%-
HSV(B)284.44º11.79%89.8%-
XYZ65.3963.4382.93-
YUV211.06138.13135.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=34.00%
G=30.93%
B=35.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222022290.030.1200.10284.4434.1884.51
HexDECAE53C0A11c2255
Octal33631234531401243442125
Binary110111101100101011100101111100010101000111001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAE5; }

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

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

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

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

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

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

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

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