Html Css Color HEX #DEE8EE Pattens Blue

📋 copy color: '#DEE8EE'

red 222 ◦ green 232 ◦ blue 238

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

Shades of Pattens Blue #DEE8EE

Tints of Pattens Blue #DEE8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.39%

R = 32.08%
G = 33.53%
B = 34.39%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEE8EE (or 0xDEE8EE) is known color: Pattens Blue. HEX triplet: DE, E8 and EE. RGB value is (222,232,238). Sum of RGB (Red+Green+Blue) = 222+232+238=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8EE is #211711. Grayscale: #E5E5E5. Windows color (decimal): -2168594 or 15657182. OLE color: 15657182.

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

Color convert

RGB 222 232 238 -
CMYK 0.07 0.03 0 0.07
HSL 202.5º 0.32% 0.9% -
HSV(B) 202.5º 0.07% 0.93% -
XYZ 74.41 79.42 92.3 -
YUV 229.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 222 232 238 0.07 0.03 0 0.07 202.5 0.32 0.9
Hex DE E8 EE 7 3 0 7 CA 20 5A
Octal 336 350 356 7 3 0 7 312 40 132
Binary 11011110 11101000 11101110 111 11 0 111 11001010 100000 1011010

Color Harmonies of #DEE8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE8EE

Black with #DEE8EE

Text Example


Text Example

White with #DEE8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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