#DBFFD4

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

Shades of Blue Romance #DBFFD4

Tints of Blue Romance #DBFFD4

Color information

#DBFFD4 (or 0xDBFFD4) is unknown color: approx Blue Romance. HEX triplet: DB, FF and D4. RGB value is (219,255,212). Sum of RGB (Red+Green+Blue) = 219+255+212=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFD4 is #24002B. Grayscale: #EFEFEF. Windows color (decimal): -2359340 or 13959131. OLE color: 13959131.

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

Color convert

RGB219255212-
CMYK0.1400.170
HSL110.23º100%91.57%-
HSV(B)110.23º16.86%100%-
XYZ76.8691.3375.87-
YUV239.33112.57113.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 255 (100% from 255) = 37.17%
BLUE value IS 212 (83.20% from 255) = 30.90%
R=31.92%
G=37.17%
B=30.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552120.1400.170110.2310091.57
HexDBFFD4E01106e645c
Octal333377324160210156144134
Binary11011011111111111101010011100100010110111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFD4; }

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

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

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

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

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

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

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

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