#DFEBF3

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

Shades of Pattens Blue #DFEBF3

Tints of Pattens Blue #DFEBF3

Color information

#DFEBF3 (or 0xDFEBF3) is unknown color: approx Pattens Blue. HEX triplet: DF, EB and F3. RGB value is (223,235,243). Sum of RGB (Red+Green+Blue) = 223+235+243=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBF3 is #20140C. Grayscale: #E8E8E8. Windows color (decimal): -2102285 or 15985631. OLE color: 15985631.

HSL color Cylindrical-coordinate representation of color #DFEBF3: hue angle of 204º degrees, saturation: 0.45, 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 #DFEBF3 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223235243-
CMYK0.080.0300.05
HSL204º45.45%91.37%-
HSV(B)204º8.23%95.29%-
XYZ76.3281.5896.52-
YUV232.32134.02121.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.81%
GREEN value IS 235 (92.19% from 255) = 33.52%
BLUE value IS 243 (95.31% from 255) = 34.66%
R=31.81%
G=33.52%
B=34.66%

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
Decimal2232352430.080.0300.0520445.4591.37
HexDFEBF38305cc2d5b
Octal3373533631030531455133
Binary1101111111101011111100111000110101110011001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBF3; }

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

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

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

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

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

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

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

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