Html Css Color HEX #D3DEE4 Pattens Blue

📋 copy color: '#D3DEE4'

red 211 ◦ green 222 ◦ blue 228

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

Shades of Pattens Blue #D3DEE4

Tints of Pattens Blue #D3DEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.49%

R = 31.92%
G = 33.59%
B = 34.49%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D3DEE4 (or 0xD3DEE4) is known color: Pattens Blue. HEX triplet: D3, DE and E4. RGB value is (211,222,228). Sum of RGB (Red+Green+Blue) = 211+222+228=661 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.92% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 228 - color contains mainly: blue. Hex color #D3DEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DEE4 is #2C211B. Grayscale: #DBDBDB. Windows color (decimal): -2892060 or 14999251. OLE color: 14999251.

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

Color convert

RGB 211 222 228 -
CMYK 0.07 0.03 0 0.11
HSL 201.18º 0.24% 0.86% -
HSV(B) 201.18º 0.07% 0.89% -
XYZ 66.99 71.69 83.71 -
YUV 219.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 211 222 228 0.07 0.03 0 0.11 201.18 0.24 0.86
Hex D3 DE E4 7 3 0 B C9 18 56
Octal 323 336 344 7 3 0 13 311 30 126
Binary 11010011 11011110 11100100 111 11 0 1011 11001001 11000 1010110

Color Harmonies of #D3DEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DEE4

Black with #D3DEE4

Text Example


Text Example

White with #D3DEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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