Html Css Color HEX #D0D7DA Pattens Blue

📋 copy color: '#D0D7DA'

red 208 ◦ green 215 ◦ blue 218

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

Shades of Pattens Blue #D0D7DA

Tints of Pattens Blue #D0D7DA

RGB

 RED value IS 208 (81.64% from 255) = 32.45%

 GREEN value IS 215 (84.38% from 255) = 33.54%

 BLUE value IS 218 (85.55% from 255) = 34.01%

R = 32.45%
G = 33.54%
B = 34.01%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0D7DA (or 0xD0D7DA) is known color: Pattens Blue. HEX triplet: D0, D7 and DA. RGB value is (208,215,218). Sum of RGB (Red+Green+Blue) = 208+215+218=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0D7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7DA is #2F2825. Grayscale: #D5D5D5. Windows color (decimal): -3090470 or 14342096. OLE color: 14342096.

HSL color Cylindrical-coordinate representation of color #D0D7DA: hue angle of 198º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0D7DA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 215 218 -
CMYK 0.05 0.01 0 0.15
HSL 198º 0.12% 0.84% -
HSV(B) 198º 0.05% 0.85% -
XYZ 62.97 67.07 75.96 -
YUV 213.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 208 215 218 0.05 0.01 0 0.15 198 0.12 0.84
Hex D0 D7 DA 5 1 0 F C6 C 54
Octal 320 327 332 5 1 0 17 306 14 124
Binary 11010000 11010111 11011010 101 1 0 1111 11000110 1100 1010100

Color Harmonies of #D0D7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D7DA

Black with #D0D7DA

Text Example


Text Example

White with #D0D7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D7DA; }

 p { color: rgb(208,215,218); }

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

background-color css

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

 a { background-color: rgb(208,215,218); }

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

border-color css

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

 span { border-color: rgb(208,215,218); }

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