#DFEBF2

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

Shades of Pattens Blue #DFEBF2

Tints of Pattens Blue #DFEBF2

Color information

#DFEBF2 (or 0xDFEBF2) is unknown color: approx Pattens Blue. HEX triplet: DF, EB and F2. RGB value is (223,235,242). Sum of RGB (Red+Green+Blue) = 223+235+242=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBF2 is #20140D. Grayscale: #E8E8E8. Windows color (decimal): -2102286 or 15920095. OLE color: 15920095.

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

Color convert

RGB223235242-
CMYK0.080.0300.05
HSL202.11º42.22%91.18%-
HSV(B)202.11º7.85%94.9%-
XYZ76.1781.5295.72-
YUV232.21133.52121.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.86%
GREEN value IS 235 (92.19% from 255) = 33.57%
BLUE value IS 242 (94.92% from 255) = 34.57%
R=31.86%
G=33.57%
B=34.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232352420.080.0300.05202.1142.2291.18
HexDFEBF28305ca2a5b
Octal3373533621030531252133
Binary1101111111101011111100101000110101110010101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBF2; }

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

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

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

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

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

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

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

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