#D2DCE0

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

Shades of Pattens Blue #D2DCE0

Tints of Pattens Blue #D2DCE0

Color information

#D2DCE0 (or 0xD2DCE0) is unknown color: approx Pattens Blue. HEX triplet: D2, DC and E0. RGB value is (210,220,224). Sum of RGB (Red+Green+Blue) = 210+220+224=654 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.11% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2DCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCE0 is #2D231F. Grayscale: #D9D9D9. Windows color (decimal): -2958112 or 14736594. OLE color: 14736594.

HSL color Cylindrical-coordinate representation of color #D2DCE0: hue angle of 197.14º 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 #D2DCE0 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB210220224-
CMYK0.060.0200.12
HSL197.14º18.42%85.1%-
HSV(B)197.14º6.25%87.84%-
XYZ65.6370.2780.63-
YUV217.47131.69122.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.11%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=32.11%
G=33.64%
B=34.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102202240.060.0200.12197.1418.4285.1
HexD2DCE0620Cc51255
Octal3223343406201430522125
Binary110100101101110011100000110100110011000101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCE0; }

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

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

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

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

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

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

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

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