Html Css Color HEX #DEE2E5 Pattens Blue

📋 copy color: '#DEE2E5'

red 222 ◦ green 226 ◦ blue 229

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

Shades of Pattens Blue #DEE2E5

Tints of Pattens Blue #DEE2E5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.38%

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

R = 32.79%
G = 33.38%
B = 33.83%

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

#DEE2E5 (or 0xDEE2E5) is known color: Pattens Blue. HEX triplet: DE, E2 and E5. RGB value is (222,226,229). Sum of RGB (Red+Green+Blue) = 222+226+229=677 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.79% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2E5 is #211D1A. Grayscale: #E1E1E1. Windows color (decimal): -2170139 or 15065822. OLE color: 15065822.

HSL color Cylindrical-coordinate representation of color #DEE2E5: hue angle of 205.71º 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 #DEE2E5 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 226 229 -
CMYK 0.03 0.01 0 0.10
HSL 205.71º 0.12% 0.88% -
HSV(B) 205.71º 0.03% 0.9% -
XYZ 71.46 75.58 84.95 -
YUV 225.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 222 226 229 0.03 0.01 0 0.10 205.71 0.12 0.88
Hex DE E2 E5 3 1 0 A CE C 58
Octal 336 342 345 3 1 0 12 316 14 130
Binary 11011110 11100010 11100101 11 1 0 1010 11001110 1100 1011000

Color Harmonies of #DEE2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2E5

Black with #DEE2E5

Text Example


Text Example

White with #DEE2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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