Html Css Color HEX #D9DDDF Pattens Blue

📋 copy color: '#D9DDDF'

red 217 ◦ green 221 ◦ blue 223

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

Shades of Pattens Blue #D9DDDF

Tints of Pattens Blue #D9DDDF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.43%

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

R = 32.83%
G = 33.43%
B = 33.74%

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

#D9DDDF (or 0xD9DDDF) is known color: Pattens Blue. HEX triplet: D9, DD and DF. RGB value is (217,221,223). Sum of RGB (Red+Green+Blue) = 217+221+223=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDDF is #262220. Grayscale: #DCDCDC. Windows color (decimal): -2499105 or 14671321. OLE color: 14671321.

HSL color Cylindrical-coordinate representation of color #D9DDDF: hue angle of 200º 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 #D9DDDF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 223 -
CMYK 0.03 0.01 0 0.13
HSL 200º 0.09% 0.86% -
HSV(B) 200º 0.03% 0.87% -
XYZ 67.79 71.79 80.1 -
YUV 220.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 217 221 223 0.03 0.01 0 0.13 200 0.09 0.86
Hex D9 DD DF 3 1 0 D C8 9 56
Octal 331 335 337 3 1 0 15 310 11 126
Binary 11011001 11011101 11011111 11 1 0 1101 11001000 1001 1010110

Color Harmonies of #D9DDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDDF

Black with #D9DDDF

Text Example


Text Example

White with #D9DDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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