Html Css Color HEX #DEE9ED Pattens Blue

📋 copy color: '#DEE9ED'

red 222 ◦ green 233 ◦ blue 237

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

Shades of Pattens Blue #DEE9ED

Tints of Pattens Blue #DEE9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.25%

R = 32.08%
G = 33.67%
B = 34.25%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEE9ED (or 0xDEE9ED) is known color: Pattens Blue. HEX triplet: DE, E9 and ED. RGB value is (222,233,237). Sum of RGB (Red+Green+Blue) = 222+233+237=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9ED is #211612. Grayscale: #E6E6E6. Windows color (decimal): -2168339 or 15591902. OLE color: 15591902.

HSL color Cylindrical-coordinate representation of color #DEE9ED: hue angle of 196º degrees, saturation: 0.29, 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 #DEE9ED is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 233 237 -
CMYK 0.06 0.02 0 0.07
HSL 196º 0.29% 0.9% -
HSV(B) 196º 0.06% 0.93% -
XYZ 74.55 79.92 91.62 -
YUV 230.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 222 233 237 0.06 0.02 0 0.07 196 0.29 0.9
Hex DE E9 ED 6 2 0 7 C4 1D 5A
Octal 336 351 355 6 2 0 7 304 35 132
Binary 11011110 11101001 11101101 110 10 0 111 11000100 11101 1011010

Color Harmonies of #DEE9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE9ED

Black with #DEE9ED

Text Example


Text Example

White with #DEE9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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