#DFFBD9

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

Shades of Blue Romance #DFFBD9

Tints of Blue Romance #DFFBD9

Color information

#DFFBD9 (or 0xDFFBD9) is unknown color: approx Blue Romance. HEX triplet: DF, FB and D9. RGB value is (223,251,217). Sum of RGB (Red+Green+Blue) = 223+251+217=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBD9 is #200426. Grayscale: #EEEEEE. Windows color (decimal): -2098215 or 14285791. OLE color: 14285791.

HSL color Cylindrical-coordinate representation of color #DFFBD9: hue angle of 109.41º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFFBD9 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB223251217-
CMYK0.1100.140.02
HSL109.41º80.95%91.76%-
HSV(B)109.41º13.55%98.43%-
XYZ77.4589.6978.88-
YUV238.75115.72116.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 251 (98.44% from 255) = 36.32%
BLUE value IS 217 (85.16% from 255) = 31.40%
R=32.27%
G=36.32%
B=31.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232512170.1100.140.02109.4180.9591.76
HexDFFBD9B0E26d515c
Octal337373331130162155121134
Binary11011111111110111101100110110111010110110110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBD9; }

 p { color: rgb(223,251,217); }

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

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

 a { background-color: rgb(223,251,217); }

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

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

 span { border-color: rgb(223,251,217); }

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