#DFEBF4

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

Shades of Pattens Blue #DFEBF4

Tints of Pattens Blue #DFEBF4

Color information

#DFEBF4 (or 0xDFEBF4) is unknown color: approx Pattens Blue. HEX triplet: DF, EB and F4. RGB value is (223,235,244). Sum of RGB (Red+Green+Blue) = 223+235+244=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBF4 is #20140B. Grayscale: #E8E8E8. Windows color (decimal): -2102284 or 16051167. OLE color: 16051167.

HSL color Cylindrical-coordinate representation of color #DFEBF4: hue angle of 205.71º degrees, saturation: 0.49, 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 #DFEBF4 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223235244-
CMYK0.090.0400.04
HSL205.71º48.84%91.57%-
HSV(B)205.71º8.61%95.69%-
XYZ76.4781.6497.31-
YUV232.44134.52121.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 244 (95.70% from 255) = 34.76%
R=31.77%
G=33.48%
B=34.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232352440.090.0400.04205.7148.8491.57
HexDFEBF49404ce315c
Octal3373533641140431661134
Binary11011111111010111111010010011000100110011101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBF4; }

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

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

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

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

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

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

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

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