#DDDFE0

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

Shades of Pattens Blue #DDDFE0

Tints of Pattens Blue #DDDFE0

Color information

#DDDFE0 (or 0xDDDFE0) is unknown color: approx Pattens Blue. HEX triplet: DD, DF and E0. RGB value is (221,223,224). Sum of RGB (Red+Green+Blue) = 221+223+224=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFE0 is #22201F. Grayscale: #DEDEDE. Windows color (decimal): -2236448 or 14737373. OLE color: 14737373.

HSL color Cylindrical-coordinate representation of color #DDDFE0: hue angle of 200º degrees, saturation: 0.05, 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 #DDDFE0 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221223224-
CMYK0.010.0000.12
HSL200º4.62%87.25%-
HSV(B)200º1.34%87.84%-
XYZ69.6673.5381.04-
YUV222.52128.84126.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 224 (87.89% from 255) = 33.53%
R=33.08%
G=33.38%
B=33.53%

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
Decimal2212232240.010.0000.122004.6287.25
HexDDDFE0100Cc8557
Octal335337340100143105127
Binary1101110111011111111000001001100110010001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFE0; }

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

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

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

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

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

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

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

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