#DBF5D7

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

Shades of Blue Romance #DBF5D7

Tints of Blue Romance #DBF5D7

Color information

#DBF5D7 (or 0xDBF5D7) is unknown color: approx Blue Romance. HEX triplet: DB, F5 and D7. RGB value is (219,245,215). Sum of RGB (Red+Green+Blue) = 219+245+215=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 215 (84.38% from 255 or 31.66% from 679); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5D7 is #240A28. Grayscale: #E9E9E9. Windows color (decimal): -2361897 or 14153179. OLE color: 14153179.

HSL color Cylindrical-coordinate representation of color #DBF5D7: hue angle of 112º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF5D7 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB219245215-
CMYK0.1100.120.04
HSL112º60%90.2%-
HSV(B)112º12.24%96.08%-
XYZ74.1385.2776.84-
YUV233.81117.39117.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 245 (96.09% from 255) = 36.08%
BLUE value IS 215 (84.38% from 255) = 31.66%
R=32.25%
G=36.08%
B=31.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192452150.1100.120.041126090.2
HexDBF5D7B0C4703c5a
Octal33336532713014416074132
Binary11011011111101011101011110110110010011100001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5D7; }

 p { color: rgb(219,245,215); }

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

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

 a { background-color: rgb(219,245,215); }

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

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

 span { border-color: rgb(219,245,215); }

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