#DFEBF1

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

Shades of Pattens Blue #DFEBF1

Tints of Pattens Blue #DFEBF1

Color information

#DFEBF1 (or 0xDFEBF1) is unknown color: approx Pattens Blue. HEX triplet: DF, EB and F1. RGB value is (223,235,241). Sum of RGB (Red+Green+Blue) = 223+235+241=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBF1 is #20140E. Grayscale: #E8E8E8. Windows color (decimal): -2102287 or 15854559. OLE color: 15854559.

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

Color convert

RGB223235241-
CMYK0.070.0200.05
HSL200º39.13%90.98%-
HSV(B)200º7.47%94.51%-
XYZ76.0281.4694.94-
YUV232.1133.02121.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.90%
GREEN value IS 235 (92.19% from 255) = 33.62%
BLUE value IS 241 (94.53% from 255) = 34.48%
R=31.90%
G=33.62%
B=34.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232352410.070.0200.0520039.1390.98
HexDFEBF17205c8275b
Octal337353361720531047133
Binary110111111110101111110001111100101110010001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBF1; }

 p { color: rgb(223,235,241); }

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

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

 a { background-color: rgb(223,235,241); }

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

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

 span { border-color: rgb(223,235,241); }

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