Html Css Color HEX #DEE4E2 Tranquil

📋 copy color: '#DEE4E2'

red 222 ◦ green 228 ◦ blue 226

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

Shades of Tranquil #DEE4E2

Tints of Tranquil #DEE4E2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.73%

 BLUE value IS 226 (88.67% from 255) = 33.43%

R = 32.84%
G = 33.73%
B = 33.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#DEE4E2 (or 0xDEE4E2) is known color: Tranquil. HEX triplet: DE, E4 and E2. RGB value is (222,228,226). Sum of RGB (Red+Green+Blue) = 222+228+226=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 226 (88.67% from 255 or 33.43% from 676); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4E2 is #211B1D. Grayscale: #E1E1E1. Windows color (decimal): -2169630 or 14869726. OLE color: 14869726.

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

Color convert

RGB 222 228 226 -
CMYK 0.03 0 0.01 0.11
HSL 160º 0.1% 0.88% -
HSV(B) 160º 0.03% 0.89% -
XYZ 71.6 76.51 82.95 -
YUV 225.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 222 228 226 0.03 0 0.01 0.11 160 0.1 0.88
Hex DE E4 E2 3 0 1 B A0 A 58
Octal 336 344 342 3 0 1 13 240 12 130
Binary 11011110 11100100 11100010 11 0 1 1011 10100000 1010 1011000

Color Harmonies of #DEE4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE4E2

Black with #DEE4E2

Text Example


Text Example

White with #DEE4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE4E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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