Html Css Color HEX #D3DEE1 Pattens Blue

📋 copy color: '#D3DEE1'

red 211 ◦ green 222 ◦ blue 225

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

Shades of Pattens Blue #D3DEE1

Tints of Pattens Blue #D3DEE1

RGB

 RED value IS 211 (82.81% from 255) = 32.07%

 GREEN value IS 222 (87.11% from 255) = 33.74%

 BLUE value IS 225 (88.28% from 255) = 34.19%

R = 32.07%
G = 33.74%
B = 34.19%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D3DEE1 (or 0xD3DEE1) is known color: Pattens Blue. HEX triplet: D3, DE and E1. RGB value is (211,222,225). Sum of RGB (Red+Green+Blue) = 211+222+225=658 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.07% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3DEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DEE1 is #2C211E. Grayscale: #DBDBDB. Windows color (decimal): -2892063 or 14802643. OLE color: 14802643.

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

Color convert

RGB 211 222 225 -
CMYK 0.06 0.01 0 0.12
HSL 192.86º 0.19% 0.85% -
HSV(B) 192.86º 0.06% 0.88% -
XYZ 66.58 71.53 81.53 -
YUV 219.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 211 222 225 0.06 0.01 0 0.12 192.86 0.19 0.85
Hex D3 DE E1 6 1 0 C C1 13 55
Octal 323 336 341 6 1 0 14 301 23 125
Binary 11010011 11011110 11100001 110 1 0 1100 11000001 10011 1010101

Color Harmonies of #D3DEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DEE1

Black with #D3DEE1

Text Example


Text Example

White with #D3DEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DEE1; }

 p { color: rgb(211,222,225); }

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

background-color css

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

 a { background-color: rgb(211,222,225); }

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

border-color css

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

 span { border-color: rgb(211,222,225); }

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