Html Css Color HEX #D9DDE0 Pattens Blue

📋 copy color: '#D9DDE0'

red 217 ◦ green 221 ◦ blue 224

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

Shades of Pattens Blue #D9DDE0

Tints of Pattens Blue #D9DDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.84%

R = 32.78%
G = 33.38%
B = 33.84%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9DDE0 (or 0xD9DDE0) is known color: Pattens Blue. HEX triplet: D9, DD and E0. RGB value is (217,221,224). Sum of RGB (Red+Green+Blue) = 217+221+224=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDE0 is #26221F. Grayscale: #DCDCDC. Windows color (decimal): -2499104 or 14736857. OLE color: 14736857.

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

Color convert

RGB 217 221 224 -
CMYK 0.03 0.01 0 0.12
HSL 205.71º 0.1% 0.86% -
HSV(B) 205.71º 0.03% 0.88% -
XYZ 67.93 71.85 80.81 -
YUV 220.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 217 221 224 0.03 0.01 0 0.12 205.71 0.1 0.86
Hex D9 DD E0 3 1 0 C CE A 56
Octal 331 335 340 3 1 0 14 316 12 126
Binary 11011001 11011101 11100000 11 1 0 1100 11001110 1010 1010110

Color Harmonies of #D9DDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDE0

Black with #D9DDE0

Text Example


Text Example

White with #D9DDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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