#DBFDD4

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

Shades of Blue Romance #DBFDD4

Tints of Blue Romance #DBFDD4

Color information

#DBFDD4 (or 0xDBFDD4) is unknown color: approx Blue Romance. HEX triplet: DB, FD and D4. RGB value is (219,253,212). Sum of RGB (Red+Green+Blue) = 219+253+212=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDD4 is #24022B. Grayscale: #EEEEEE. Windows color (decimal): -2359852 or 13958619. OLE color: 13958619.

HSL color Cylindrical-coordinate representation of color #DBFDD4: hue angle of 109.76º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBFDD4 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB219253212-
CMYK0.1300.160.01
HSL109.76º91.11%91.18%-
HSV(B)109.76º16.21%99.22%-
XYZ76.2290.0675.65-
YUV238.16113.24114.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 212 (83.20% from 255) = 30.99%
R=32.02%
G=36.99%
B=30.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532120.1300.160.01109.7691.1191.18
HexDBFDD4D01016e5b5b
Octal333375324150201156133133
Binary11011011111111011101010011010100001110111010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDD4; }

 p { color: rgb(219,253,212); }

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

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

 a { background-color: rgb(219,253,212); }

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

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

 span { border-color: rgb(219,253,212); }

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