#D2DBE0

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

Shades of Pattens Blue #D2DBE0

Tints of Pattens Blue #D2DBE0

Color information

#D2DBE0 (or 0xD2DBE0) is unknown color: approx Pattens Blue. HEX triplet: D2, DB and E0. RGB value is (210,219,224). Sum of RGB (Red+Green+Blue) = 210+219+224=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2DBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBE0 is #2D241F. Grayscale: #D8D8D8. Windows color (decimal): -2958368 or 14736338. OLE color: 14736338.

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

Color convert

RGB210219224-
CMYK0.060.0200.12
HSL201.43º18.42%85.1%-
HSV(B)201.43º6.25%87.84%-
XYZ65.3669.7580.54-
YUV216.88132.02123.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.16%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=32.16%
G=33.54%
B=34.30%

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
Decimal2102192240.060.0200.12201.4318.4285.1
HexD2DBE0620Cc91255
Octal3223333406201431122125
Binary110100101101101111100000110100110011001001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBE0; }

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

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

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

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

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

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

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

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