Html Css Color HEX #D9DCDF Pattens Blue

📋 copy color: '#D9DCDF'

red 217 ◦ green 220 ◦ blue 223

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

Shades of Pattens Blue #D9DCDF

Tints of Pattens Blue #D9DCDF

RGB

 RED value IS 217 (85.16% from 255) = 32.88%

 GREEN value IS 220 (86.33% from 255) = 33.33%

 BLUE value IS 223 (87.5% from 255) = 33.79%

R = 32.88%
G = 33.33%
B = 33.79%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9DCDF (or 0xD9DCDF) is known color: Pattens Blue. HEX triplet: D9, DC and DF. RGB value is (217,220,223). Sum of RGB (Red+Green+Blue) = 217+220+223=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCDF is #262320. Grayscale: #DBDBDB. Windows color (decimal): -2499361 or 14671065. OLE color: 14671065.

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

Color convert

RGB 217 220 223 -
CMYK 0.03 0.01 0 0.13
HSL 210º 0.09% 0.86% -
HSV(B) 210º 0.03% 0.87% -
XYZ 67.53 71.27 80.01 -
YUV 219.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 217 220 223 0.03 0.01 0 0.13 210 0.09 0.86
Hex D9 DC DF 3 1 0 D D2 9 56
Octal 331 334 337 3 1 0 15 322 11 126
Binary 11011001 11011100 11011111 11 1 0 1101 11010010 1001 1010110

Color Harmonies of #D9DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCDF

Black with #D9DCDF

Text Example


Text Example

White with #D9DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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