#D4DADD

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

Shades of Pattens Blue #D4DADD

Tints of Pattens Blue #D4DADD

Color information

#D4DADD (or 0xD4DADD) is unknown color: approx Pattens Blue. HEX triplet: D4, DA and DD. RGB value is (212,218,221). Sum of RGB (Red+Green+Blue) = 212+218+221=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DADD is #2B2522. Grayscale: #D8D8D8. Windows color (decimal): -2827555 or 14539476. OLE color: 14539476.

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

Color convert

RGB212218221-
CMYK0.040.0100.13
HSL200º11.69%84.9%-
HSV(B)200º4.07%86.67%-
XYZ65.2769.3678.35-
YUV216.55130.51124.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.57%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=32.57%
G=33.49%
B=33.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122182210.040.0100.1320011.6984.9
HexD4DADD410Dc8c55
Octal3243323354101531014125
Binary1101010011011010110111011001011011100100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DADD; }

 p { color: rgb(212,218,221); }

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

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

 a { background-color: rgb(212,218,221); }

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

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

 span { border-color: rgb(212,218,221); }

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