#DECAE4

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

Shades of Blue Chalk #DECAE4

Tints of Blue Chalk #DECAE4

Color information

#DECAE4 (or 0xDECAE4) is unknown color: approx Blue Chalk. HEX triplet: DE, CA and E4. RGB value is (222,202,228). Sum of RGB (Red+Green+Blue) = 222+202+228=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 228 - color contains mainly: blue. Hex color #DECAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAE4 is #21351B. Grayscale: #D2D2D2. Windows color (decimal): -2176284 or 14994142. OLE color: 14994142.

HSL color Cylindrical-coordinate representation of color #DECAE4: hue angle of 286.15º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DECAE4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222202228-
CMYK0.030.1100.11
HSL286.15º32.5%84.31%-
HSV(B)286.15º11.4%89.41%-
XYZ65.2563.3782.19-
YUV210.94137.63135.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=34.05%
G=30.98%
B=34.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222022280.030.1100.11286.1532.584.31
HexDECAE43B0B11e2054
Octal33631234431301343640124
Binary110111101100101011100100111011010111000111101000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAE4; }

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

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

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

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

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

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

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

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