Html Css Color HEX #D1DBDE Pattens Blue

📋 copy color: '#D1DBDE'

red 209 ◦ green 219 ◦ blue 222

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

Shades of Pattens Blue #D1DBDE

Tints of Pattens Blue #D1DBDE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.69%

 BLUE value IS 222 (87.11% from 255) = 34.15%

R = 32.15%
G = 33.69%
B = 34.15%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1DBDE (or 0xD1DBDE) is known color: Pattens Blue. HEX triplet: D1, DB and DE. RGB value is (209,219,222). Sum of RGB (Red+Green+Blue) = 209+219+222=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBDE is #2E2421. Grayscale: #D8D8D8. Windows color (decimal): -3023906 or 14605265. OLE color: 14605265.

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

Color convert

RGB 209 219 222 -
CMYK 0.06 0.01 0 0.13
HSL 193.85º 0.16% 0.85% -
HSV(B) 193.85º 0.06% 0.87% -
XYZ 64.81 69.49 79.1 -
YUV 216.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 209 219 222 0.06 0.01 0 0.13 193.85 0.16 0.85
Hex D1 DB DE 6 1 0 D C2 10 55
Octal 321 333 336 6 1 0 15 302 20 125
Binary 11010001 11011011 11011110 110 1 0 1101 11000010 10000 1010101

Color Harmonies of #D1DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DBDE

Black with #D1DBDE

Text Example


Text Example

White with #D1DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DBDE; }

 p { color: rgb(209,219,222); }

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

background-color css

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

 a { background-color: rgb(209,219,222); }

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

border-color css

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

 span { border-color: rgb(209,219,222); }

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