#D2DBE1

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

Shades of Pattens Blue #D2DBE1

Tints of Pattens Blue #D2DBE1

Color information

#D2DBE1 (or 0xD2DBE1) is unknown color: approx Pattens Blue. HEX triplet: D2, DB and E1. RGB value is (210,219,225). Sum of RGB (Red+Green+Blue) = 210+219+225=654 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.11% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2DBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBE1 is #2D241E. Grayscale: #D8D8D8. Windows color (decimal): -2958367 or 14801874. OLE color: 14801874.

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

Color convert

RGB210219225-
CMYK0.070.0300.12
HSL204º20%85.29%-
HSV(B)204º6.67%88.24%-
XYZ65.569.881.25-
YUV216.99132.52123.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.11%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=32.11%
G=33.49%
B=34.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102192250.070.0300.122042085.29
HexD2DBE1730Ccc1455
Octal3223333417301431424125
Binary110100101101101111100001111110110011001100101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBE1; }

 p { color: rgb(210,219,225); }

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

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

 a { background-color: rgb(210,219,225); }

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

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

 span { border-color: rgb(210,219,225); }

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