#DFEAEF

Color #DFEAEF Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DFEAEF

Tints of Pattens Blue #DFEAEF

Color information

#DFEAEF (or 0xDFEAEF) is unknown color: approx Pattens Blue. HEX triplet: DF, EA and EF. RGB value is (223,234,239). Sum of RGB (Red+Green+Blue) = 223+234+239=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFEAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAEF is #201510. Grayscale: #E7E7E7. Windows color (decimal): -2102545 or 15723231. OLE color: 15723231.

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

Color convert

RGB223234239-
CMYK0.070.0200.06
HSL198.75º33.33%90.59%-
HSV(B)198.75º6.69%93.73%-
XYZ75.4380.7793.27-
YUV231.28132.36122.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.04%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=32.04%
G=33.62%
B=34.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232342390.070.0200.06198.7533.3390.59
HexDFEAEF7206c7215b
Octal337352357720630741133
Binary110111111110101011101111111100110110001111000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAEF; }

 p { color: rgb(223,234,239); }

 H1.HeaderClassName
 {
   color: #DFEAEF;
 }
 .AnyTagClassName
 {
   color: #DFEAEF;
 }
</style>
background-color css

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

 a { background-color: rgb(223,234,239); }

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

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

 span { border-color: rgb(223,234,239); }

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