Html Css Color HEX #D1D8DC Pattens Blue

📋 copy color: '#D1D8DC'

red 209 ◦ green 216 ◦ blue 220

#D1D8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #D1D8DC

Tints of Pattens Blue #D1D8DC

RGB

 RED value IS 209 (82.03% from 255) = 32.4%

 GREEN value IS 216 (84.77% from 255) = 33.49%

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 32.4%
G = 33.49%
B = 34.11%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1D8DC (or 0xD1D8DC) is known color: Pattens Blue. HEX triplet: D1, D8 and DC. RGB value is (209,216,220). Sum of RGB (Red+Green+Blue) = 209+216+220=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8DC is #2E2723. Grayscale: #D6D6D6. Windows color (decimal): -3024676 or 14473425. OLE color: 14473425.

HSL color Cylindrical-coordinate representation of color #D1D8DC: hue angle of 201.82º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D8DC is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 216 220 -
CMYK 0.05 0.02 0 0.14
HSL 201.82º 0.14% 0.84% -
HSV(B) 201.82º 0.05% 0.86% -
XYZ 63.77 67.83 77.44 -
YUV 214.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 209 216 220 0.05 0.02 0 0.14 201.82 0.14 0.84
Hex D1 D8 DC 5 2 0 E CA E 54
Octal 321 330 334 5 2 0 16 312 16 124
Binary 11010001 11011000 11011100 101 10 0 1110 11001010 1110 1010100

Color Harmonies of #D1D8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D8DC

Black with #D1D8DC

Text Example


Text Example

White with #D1D8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D8DC; }

 p { color: rgb(209,216,220); }

 H1.HeaderClassName
 {
   color: #D1D8DC;
 }
 .AnyTagClassName
 {
   color: #D1D8DC;
 }
</style>

background-color css

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

 a { background-color: rgb(209,216,220); }

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

border-color css

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

 span { border-color: rgb(209,216,220); }

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