Html Css Color HEX #DEE7EF Pattens Blue

📋 copy color: '#DEE7EF'

red 222 ◦ green 231 ◦ blue 239

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

Shades of Pattens Blue #DEE7EF

Tints of Pattens Blue #DEE7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.54%

R = 32.08%
G = 33.38%
B = 34.54%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEE7EF (or 0xDEE7EF) is known color: Pattens Blue. HEX triplet: DE, E7 and EF. RGB value is (222,231,239). Sum of RGB (Red+Green+Blue) = 222+231+239=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7EF is #211810. Grayscale: #E5E5E5. Windows color (decimal): -2168849 or 15722462. OLE color: 15722462.

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

Color convert

RGB 222 231 239 -
CMYK 0.07 0.03 0 0.06
HSL 208.24º 0.35% 0.9% -
HSV(B) 208.24º 0.07% 0.94% -
XYZ 74.28 78.91 92.98 -
YUV 229.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 222 231 239 0.07 0.03 0 0.06 208.24 0.35 0.9
Hex DE E7 EF 7 3 0 6 D0 23 5A
Octal 336 347 357 7 3 0 6 320 43 132
Binary 11011110 11100111 11101111 111 11 0 110 11010000 100011 1011010

Color Harmonies of #DEE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE7EF

Black with #DEE7EF

Text Example


Text Example

White with #DEE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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