Html Css Color HEX #D0DCE5 Pattens Blue

📋 copy color: '#D0DCE5'

red 208 ◦ green 220 ◦ blue 229

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

Shades of Pattens Blue #D0DCE5

Tints of Pattens Blue #D0DCE5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.49%

 BLUE value IS 229 (89.84% from 255) = 34.86%

R = 31.66%
G = 33.49%
B = 34.86%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D0DCE5 (or 0xD0DCE5) is known color: Pattens Blue. HEX triplet: D0, DC and E5. RGB value is (208,220,229). Sum of RGB (Red+Green+Blue) = 208+220+229=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0DCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCE5 is #2F231A. Grayscale: #D9D9D9. Windows color (decimal): -3089179 or 15064272. OLE color: 15064272.

HSL color Cylindrical-coordinate representation of color #D0DCE5: hue angle of 205.71º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0DCE5 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 220 229 -
CMYK 0.09 0.04 0 0.10
HSL 205.71º 0.29% 0.86% -
HSV(B) 205.71º 0.09% 0.9% -
XYZ 65.75 70.25 84.22 -
YUV 217.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 208 220 229 0.09 0.04 0 0.10 205.71 0.29 0.86
Hex D0 DC E5 9 4 0 A CE 1D 56
Octal 320 334 345 11 4 0 12 316 35 126
Binary 11010000 11011100 11100101 1001 100 0 1010 11001110 11101 1010110

Color Harmonies of #D0DCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCE5

Black with #D0DCE5

Text Example


Text Example

White with #D0DCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCE5; }

 p { color: rgb(208,220,229); }

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

background-color css

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

 a { background-color: rgb(208,220,229); }

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

border-color css

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

 span { border-color: rgb(208,220,229); }

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