Html Css Color HEX #DEE9EC Pattens Blue

📋 copy color: '#DEE9EC'

red 222 ◦ green 233 ◦ blue 236

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

Shades of Pattens Blue #DEE9EC

Tints of Pattens Blue #DEE9EC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.72%

 BLUE value IS 236 (92.58% from 255) = 34.15%

R = 32.13%
G = 33.72%
B = 34.15%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEE9EC (or 0xDEE9EC) is known color: Pattens Blue. HEX triplet: DE, E9 and EC. RGB value is (222,233,236). Sum of RGB (Red+Green+Blue) = 222+233+236=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9EC is #211613. Grayscale: #E6E6E6. Windows color (decimal): -2168340 or 15526366. OLE color: 15526366.

HSL color Cylindrical-coordinate representation of color #DEE9EC: hue angle of 192.86º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEE9EC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 233 236 -
CMYK 0.06 0.01 0 0.07
HSL 192.86º 0.27% 0.9% -
HSV(B) 192.86º 0.06% 0.93% -
XYZ 74.4 79.86 90.85 -
YUV 230.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 222 233 236 0.06 0.01 0 0.07 192.86 0.27 0.9
Hex DE E9 EC 6 1 0 7 C1 1B 5A
Octal 336 351 354 6 1 0 7 301 33 132
Binary 11011110 11101001 11101100 110 1 0 111 11000001 11011 1011010

Color Harmonies of #DEE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE9EC

Black with #DEE9EC

Text Example


Text Example

White with #DEE9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE9EC; }

 p { color: rgb(222,233,236); }

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

background-color css

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

 a { background-color: rgb(222,233,236); }

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

border-color css

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

 span { border-color: rgb(222,233,236); }

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