Html Css Color HEX #DEE3E5 Pattens Blue

📋 copy color: '#DEE3E5'

red 222 ◦ green 227 ◦ blue 229

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

Shades of Pattens Blue #DEE3E5

Tints of Pattens Blue #DEE3E5

RGB

 RED value IS 222 (87.11% from 255) = 32.74%

 GREEN value IS 227 (89.06% from 255) = 33.48%

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

R = 32.74%
G = 33.48%
B = 33.78%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DEE3E5 (or 0xDEE3E5) is known color: Pattens Blue. HEX triplet: DE, E3 and E5. RGB value is (222,227,229). Sum of RGB (Red+Green+Blue) = 222+227+229=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEE3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3E5 is #211C1A. Grayscale: #E1E1E1. Windows color (decimal): -2169883 or 15066078. OLE color: 15066078.

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

Color convert

RGB 222 227 229 -
CMYK 0.03 0.01 0 0.10
HSL 197.14º 0.12% 0.88% -
HSV(B) 197.14º 0.03% 0.9% -
XYZ 71.74 76.12 85.04 -
YUV 225.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 222 227 229 0.03 0.01 0 0.10 197.14 0.12 0.88
Hex DE E3 E5 3 1 0 A C5 C 58
Octal 336 343 345 3 1 0 12 305 14 130
Binary 11011110 11100011 11100101 11 1 0 1010 11000101 1100 1011000

Color Harmonies of #DEE3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE3E5

Black with #DEE3E5

Text Example


Text Example

White with #DEE3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE3E5; }

 p { color: rgb(222,227,229); }

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

background-color css

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

 a { background-color: rgb(222,227,229); }

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

border-color css

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

 span { border-color: rgb(222,227,229); }

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