Html Css Color HEX #DEE8EB Pattens Blue

📋 copy color: '#DEE8EB'

red 222 ◦ green 232 ◦ blue 235

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

Shades of Pattens Blue #DEE8EB

Tints of Pattens Blue #DEE8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.11%

R = 32.22%
G = 33.67%
B = 34.11%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEE8EB (or 0xDEE8EB) is known color: Pattens Blue. HEX triplet: DE, E8 and EB. RGB value is (222,232,235). Sum of RGB (Red+Green+Blue) = 222+232+235=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8EB is #211714. Grayscale: #E5E5E5. Windows color (decimal): -2168597 or 15460574. OLE color: 15460574.

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

Color convert

RGB 222 232 235 -
CMYK 0.06 0.01 0 0.08
HSL 193.85º 0.25% 0.9% -
HSV(B) 193.85º 0.06% 0.92% -
XYZ 73.98 79.24 89.99 -
YUV 229.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 222 232 235 0.06 0.01 0 0.08 193.85 0.25 0.9
Hex DE E8 EB 6 1 0 8 C2 19 5A
Octal 336 350 353 6 1 0 10 302 31 132
Binary 11011110 11101000 11101011 110 1 0 1000 11000010 11001 1011010

Color Harmonies of #DEE8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE8EB

Black with #DEE8EB

Text Example


Text Example

White with #DEE8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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