#D2DDE0

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

Shades of Pattens Blue #D2DDE0

Tints of Pattens Blue #D2DDE0

Color information

#D2DDE0 (or 0xD2DDE0) is unknown color: approx Pattens Blue. HEX triplet: D2, DD and E0. RGB value is (210,221,224). Sum of RGB (Red+Green+Blue) = 210+221+224=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDE0 is #2D221F. Grayscale: #DADADA. Windows color (decimal): -2957856 or 14736850. OLE color: 14736850.

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

Color convert

RGB210221224-
CMYK0.060.0100.12
HSL192.86º18.42%85.1%-
HSV(B)192.86º6.25%87.84%-
XYZ65.8970.880.71-
YUV218.05131.36122.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.06%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=32.06%
G=33.74%
B=34.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102212240.060.0100.12192.8618.4285.1
HexD2DDE0610Cc11255
Octal3223353406101430122125
Binary11010010110111011110000011010110011000001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDE0; }

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

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

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

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

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

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

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

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