#DED0E2

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

Shades of Blue Chalk #DED0E2

Tints of Blue Chalk #DED0E2

Color information

#DED0E2 (or 0xDED0E2) is unknown color: approx Blue Chalk. HEX triplet: DE, D0 and E2. RGB value is (222,208,226). Sum of RGB (Red+Green+Blue) = 222+208+226=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 226 - color contains mainly: blue. Hex color #DED0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0E2 is #212F1D. Grayscale: #D6D6D6. Windows color (decimal): -2174750 or 14864606. OLE color: 14864606.

HSL color Cylindrical-coordinate representation of color #DED0E2: hue angle of 286.67º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DED0E2 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222208226-
CMYK0.020.0800.11
HSL286.67º23.68%85.1%-
HSV(B)286.67º7.96%88.63%-
XYZ66.4166.1381.22-
YUV214.24134.64133.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 208 (81.64% from 255) = 31.71%
BLUE value IS 226 (88.67% from 255) = 34.45%
R=33.84%
G=31.71%
B=34.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222082260.020.0800.11286.6723.6885.1
HexDED0E2280B11f1855
Octal33632034221001343730125
Binary11011110110100001110001010100001011100011111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED0E2; }

 p { color: rgb(222,208,226); }

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

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

 a { background-color: rgb(222,208,226); }

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

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

 span { border-color: rgb(222,208,226); }

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