Html Css Color HEX #DEE2E1 Tranquil

📋 copy color: '#DEE2E1'

red 222 ◦ green 226 ◦ blue 225

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

Shades of Tranquil #DEE2E1

Tints of Tranquil #DEE2E1

RGB

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

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

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

R = 32.99%
G = 33.58%
B = 33.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#DEE2E1 (or 0xDEE2E1) is known color: Tranquil. HEX triplet: DE, E2 and E1. RGB value is (222,226,225). Sum of RGB (Red+Green+Blue) = 222+226+225=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2E1 is #211D1E. Grayscale: #E0E0E0. Windows color (decimal): -2170143 or 14803678. OLE color: 14803678.

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

Color convert

RGB 222 226 225 -
CMYK 0.02 0 0.00 0.11
HSL 165º 0.06% 0.88% -
HSV(B) 165º 0.02% 0.89% -
XYZ 70.91 75.36 82.04 -
YUV 224.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 222 226 225 0.02 0 0.00 0.11 165 0.06 0.88
Hex DE E2 E1 2 0 0 B A5 6 58
Octal 336 342 341 2 0 0 13 245 6 130
Binary 11011110 11100010 11100001 10 0 0 1011 10100101 110 1011000

Color Harmonies of #DEE2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2E1

Black with #DEE2E1

Text Example


Text Example

White with #DEE2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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