#D4DCDF

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

Shades of Pattens Blue #D4DCDF

Tints of Pattens Blue #D4DCDF

Color information

#D4DCDF (or 0xD4DCDF) is unknown color: approx Pattens Blue. HEX triplet: D4, DC and DF. RGB value is (212,220,223). Sum of RGB (Red+Green+Blue) = 212+220+223=655 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.37% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCDF is #2B2320. Grayscale: #D9D9D9. Windows color (decimal): -2827041 or 14671060. OLE color: 14671060.

HSL color Cylindrical-coordinate representation of color #D4DCDF: hue angle of 196.36º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4DCDF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212220223-
CMYK0.050.0100.13
HSL196.36º14.67%85.29%-
HSV(B)196.36º4.93%87.45%-
XYZ66.0670.5179.94-
YUV217.95130.85123.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.37%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=32.37%
G=33.59%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122202230.050.0100.13196.3614.6785.29
HexD4DCDF510Dc4f55
Octal3243343375101530417125
Binary1101010011011100110111111011011011100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCDF; }

 p { color: rgb(212,220,223); }

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

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

 a { background-color: rgb(212,220,223); }

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

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

 span { border-color: rgb(212,220,223); }

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