Html Css Color HEX #DBFAD3 Blue Romance

📋 copy color: '#DBFAD3'

red 219 ◦ green 250 ◦ blue 211

#DBFAD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #DBFAD3

Tints of Blue Romance #DBFAD3

RGB

 RED value IS 219 (85.94% from 255) = 32.21%

 GREEN value IS 250 (98.05% from 255) = 36.76%

 BLUE value IS 211 (82.81% from 255) = 31.03%

R = 32.21%
G = 36.76%
B = 31.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#DBFAD3 (or 0xDBFAD3) is known color: Blue Romance. HEX triplet: DB, FA and D3. RGB value is (219,250,211). Sum of RGB (Red+Green+Blue) = 219+250+211=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 211 (82.81% from 255 or 31.03% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAD3 is #24052C. Grayscale: #ECECEC. Windows color (decimal): -2360621 or 13892315. OLE color: 13892315.

HSL color Cylindrical-coordinate representation of color #DBFAD3: hue angle of 107.69º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBFAD3 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 211 -
CMYK 0.12 0 0.16 0.02
HSL 107.69º 0.8% 0.9% -
HSV(B) 107.69º 0.16% 0.98% -
XYZ 75.16 88.13 74.68 -
YUV 236.29 113.73 115.67 -
System Red Green Blue C M Y K H S L
Decimal 219 250 211 0.12 0 0.16 0.02 107.69 0.8 0.9
Hex DB FA D3 C 0 10 2 6C 50 5A
Octal 333 372 323 14 0 20 2 154 120 132
Binary 11011011 11111010 11010011 1100 0 10000 10 1101100 1010000 1011010

Color Harmonies of #DBFAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAD3

Black with #DBFAD3

Text Example


Text Example

White with #DBFAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAD3; }

 p { color: rgb(219,250,211); }

 H1.HeaderClassName
 {
   color: #DBFAD3;
 }
 .AnyTagClassName
 {
   color: #DBFAD3;
 }
</style>

background-color css

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

 a { background-color: rgb(219,250,211); }

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

border-color css

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

 span { border-color: rgb(219,250,211); }

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