#DFEFFA

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

Shades of Pattens Blue #DFEFFA

Tints of Pattens Blue #DFEFFA

Color information

#DFEFFA (or 0xDFEFFA) is unknown color: approx Pattens Blue. HEX triplet: DF, EF and FA. RGB value is (223,239,250). Sum of RGB (Red+Green+Blue) = 223+239+250=712 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.32% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFEFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFFA is #201005. Grayscale: #EBEBEB. Windows color (decimal): -2101254 or 16445407. OLE color: 16445407.

HSL color Cylindrical-coordinate representation of color #DFEFFA: hue angle of 204.44º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEFFA is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223239250-
CMYK0.110.0400.02
HSL204.44º72.97%92.75%-
HSV(B)204.44º10.8%98.04%-
XYZ78.5584.32102.58-
YUV235.47136.2119.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.32%
GREEN value IS 239 (93.75% from 255) = 33.57%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=31.32%
G=33.57%
B=35.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232392500.110.0400.02204.4472.9792.75
HexDFEFFAB402cc495d
Octal33735737213402314111135
Binary11011111111011111111101010111000101100110010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFFA; }

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

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

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

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

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

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

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

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