Html Css Color HEX #DEE8ED Pattens Blue

📋 copy color: '#DEE8ED'

red 222 ◦ green 232 ◦ blue 237

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

Shades of Pattens Blue #DEE8ED

Tints of Pattens Blue #DEE8ED

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.57%

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

R = 32.13%
G = 33.57%
B = 34.3%

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

#DEE8ED (or 0xDEE8ED) is known color: Pattens Blue. HEX triplet: DE, E8 and ED. RGB value is (222,232,237). Sum of RGB (Red+Green+Blue) = 222+232+237=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8ED is #211712. Grayscale: #E5E5E5. Windows color (decimal): -2168595 or 15591646. OLE color: 15591646.

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

Color convert

RGB 222 232 237 -
CMYK 0.06 0.02 0 0.07
HSL 200º 0.29% 0.9% -
HSV(B) 200º 0.06% 0.93% -
XYZ 74.27 79.36 91.52 -
YUV 229.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 222 232 237 0.06 0.02 0 0.07 200 0.29 0.9
Hex DE E8 ED 6 2 0 7 C8 1D 5A
Octal 336 350 355 6 2 0 7 310 35 132
Binary 11011110 11101000 11101101 110 10 0 111 11001000 11101 1011010

Color Harmonies of #DEE8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE8ED

Black with #DEE8ED

Text Example


Text Example

White with #DEE8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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