#D2DCE4

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

Shades of Pattens Blue #D2DCE4

Tints of Pattens Blue #D2DCE4

Color information

#D2DCE4 (or 0xD2DCE4) is unknown color: approx Pattens Blue. HEX triplet: D2, DC and E4. RGB value is (210,220,228). Sum of RGB (Red+Green+Blue) = 210+220+228=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 228 - color contains mainly: blue. Hex color #D2DCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCE4 is #2D231B. Grayscale: #D9D9D9. Windows color (decimal): -2958108 or 14998738. OLE color: 14998738.

HSL color Cylindrical-coordinate representation of color #D2DCE4: hue angle of 206.67º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2DCE4 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210220228-
CMYK0.080.0400.11
HSL206.67º25%85.88%-
HSV(B)206.67º7.89%89.41%-
XYZ66.1870.4983.52-
YUV217.92133.69122.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.91%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 228 (89.45% from 255) = 34.65%
R=31.91%
G=33.43%
B=34.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102202280.080.0400.11206.672585.88
HexD2DCE4840Bcf1956
Octal32233434410401331731126
Binary11010010110111001110010010001000101111001111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCE4; }

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

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

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

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

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

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

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

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