Html Css Color HEX #DEE7EC Pattens Blue

📋 copy color: '#DEE7EC'

red 222 ◦ green 231 ◦ blue 236

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

Shades of Pattens Blue #DEE7EC

Tints of Pattens Blue #DEE7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.53%

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

R = 32.22%
G = 33.53%
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

#DEE7EC (or 0xDEE7EC) is known color: Pattens Blue. HEX triplet: DE, E7 and EC. RGB value is (222,231,236). Sum of RGB (Red+Green+Blue) = 222+231+236=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7EC is #211813. Grayscale: #E4E4E4. Windows color (decimal): -2168852 or 15525854. OLE color: 15525854.

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

Color convert

RGB 222 231 236 -
CMYK 0.06 0.02 0 0.07
HSL 201.43º 0.27% 0.9% -
HSV(B) 201.43º 0.06% 0.93% -
XYZ 73.84 78.74 90.66 -
YUV 228.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 222 231 236 0.06 0.02 0 0.07 201.43 0.27 0.9
Hex DE E7 EC 6 2 0 7 C9 1B 5A
Octal 336 347 354 6 2 0 7 311 33 132
Binary 11011110 11100111 11101100 110 10 0 111 11001001 11011 1011010

Color Harmonies of #DEE7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE7EC

Black with #DEE7EC

Text Example


Text Example

White with #DEE7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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