Html Css Color HEX #DEE6EC Pattens Blue

📋 copy color: '#DEE6EC'

red 222 ◦ green 230 ◦ blue 236

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

Shades of Pattens Blue #DEE6EC

Tints of Pattens Blue #DEE6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.43%

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

R = 32.27%
G = 33.43%
B = 34.3%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEE6EC (or 0xDEE6EC) is known color: Pattens Blue. HEX triplet: DE, E6 and EC. RGB value is (222,230,236). Sum of RGB (Red+Green+Blue) = 222+230+236=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6EC is #211913. Grayscale: #E4E4E4. Windows color (decimal): -2169108 or 15525598. OLE color: 15525598.

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

Color convert

RGB 222 230 236 -
CMYK 0.06 0.03 0 0.07
HSL 205.71º 0.27% 0.9% -
HSV(B) 205.71º 0.06% 0.93% -
XYZ 73.56 78.18 90.57 -
YUV 228.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 222 230 236 0.06 0.03 0 0.07 205.71 0.27 0.9
Hex DE E6 EC 6 3 0 7 CE 1B 5A
Octal 336 346 354 6 3 0 7 316 33 132
Binary 11011110 11100110 11101100 110 11 0 111 11001110 11011 1011010

Color Harmonies of #DEE6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE6EC

Black with #DEE6EC

Text Example


Text Example

White with #DEE6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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