Html Css Color HEX #D0DBE2 Pattens Blue

📋 copy color: '#D0DBE2'

red 208 ◦ green 219 ◦ blue 226

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

Shades of Pattens Blue #D0DBE2

Tints of Pattens Blue #D0DBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.61%

R = 31.85%
G = 33.54%
B = 34.61%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D0DBE2 (or 0xD0DBE2) is known color: Pattens Blue. HEX triplet: D0, DB and E2. RGB value is (208,219,226). Sum of RGB (Red+Green+Blue) = 208+219+226=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 226 - color contains mainly: blue. Hex color #D0DBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBE2 is #2F241D. Grayscale: #D8D8D8. Windows color (decimal): -3089438 or 14867408. OLE color: 14867408.

HSL color Cylindrical-coordinate representation of color #D0DBE2: hue angle of 203.33º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0DBE2 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 219 226 -
CMYK 0.08 0.03 0 0.11
HSL 203.33º 0.24% 0.85% -
HSV(B) 203.33º 0.08% 0.89% -
XYZ 65.07 69.56 81.95 -
YUV 216.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 208 219 226 0.08 0.03 0 0.11 203.33 0.24 0.85
Hex D0 DB E2 8 3 0 B CB 18 55
Octal 320 333 342 10 3 0 13 313 30 125
Binary 11010000 11011011 11100010 1000 11 0 1011 11001011 11000 1010101

Color Harmonies of #D0DBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBE2

Black with #D0DBE2

Text Example


Text Example

White with #D0DBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBE2; }

 p { color: rgb(208,219,226); }

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

background-color css

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

 a { background-color: rgb(208,219,226); }

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

border-color css

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

 span { border-color: rgb(208,219,226); }

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