#DEDFE0

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

Shades of Pattens Blue #DEDFE0

Tints of Pattens Blue #DEDFE0

Color information

#DEDFE0 (or 0xDEDFE0) is unknown color: approx Pattens Blue. HEX triplet: DE, DF and E0. RGB value is (222,223,224). Sum of RGB (Red+Green+Blue) = 222+223+224=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFE0 is #21201F. Grayscale: #DEDEDE. Windows color (decimal): -2170912 or 14737374. OLE color: 14737374.

HSL color Cylindrical-coordinate representation of color #DEDFE0: hue angle of 210º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEDFE0 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222223224-
CMYK0.010.0000.12
HSL210º3.12%87.45%-
HSV(B)210º0.89%87.84%-
XYZ69.9773.6981.06-
YUV222.82128.67127.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 224 (87.89% from 255) = 33.48%
R=33.18%
G=33.33%
B=33.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222232240.010.0000.122103.1287.45
HexDEDFE0100Cd2357
Octal336337340100143223127
Binary110111101101111111100000100110011010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFE0; }

 p { color: rgb(222,223,224); }

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

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

 a { background-color: rgb(222,223,224); }

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

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

 span { border-color: rgb(222,223,224); }

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