#DFEFF5

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

Shades of Pattens Blue #DFEFF5

Tints of Pattens Blue #DFEFF5

Color information

#DFEFF5 (or 0xDFEFF5) is unknown color: approx Pattens Blue. HEX triplet: DF, EF and F5. RGB value is (223,239,245). Sum of RGB (Red+Green+Blue) = 223+239+245=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 245 (96.09% from 255 or 34.65% from 707); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFEFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFF5 is #20100A. Grayscale: #EAEAEA. Windows color (decimal): -2101259 or 16117727. OLE color: 16117727.

HSL color Cylindrical-coordinate representation of color #DFEFF5: hue angle of 196.36º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFEFF5 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223239245-
CMYK0.090.0200.04
HSL196.36º52.38%91.76%-
HSV(B)196.36º8.98%96.08%-
XYZ77.7884.0198.5-
YUV234.9133.7119.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.54%
GREEN value IS 239 (93.75% from 255) = 33.80%
BLUE value IS 245 (96.09% from 255) = 34.65%
R=31.54%
G=33.80%
B=34.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232392450.090.0200.04196.3652.3891.76
HexDFEFF59204c4345c
Octal3373573651120430464134
Binary1101111111101111111101011001100100110001001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFF5; }

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

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

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

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

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

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

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

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