Html Css Color HEX #DBFFD3 Blue Romance

📋 copy color: '#DBFFD3'

red 219 ◦ green 255 ◦ blue 211

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

Shades of Blue Romance #DBFFD3

Tints of Blue Romance #DBFFD3

RGB

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

 GREEN value IS 255 (100% from 255) = 37.23%

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

R = 31.97%
G = 37.23%
B = 30.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#DBFFD3 (or 0xDBFFD3) is known color: Blue Romance. HEX triplet: DB, FF and D3. RGB value is (219,255,211). Sum of RGB (Red+Green+Blue) = 219+255+211=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 211 (82.81% from 255 or 30.80% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFD3 is #24002C. Grayscale: #EFEFEF. Windows color (decimal): -2359341 or 13893595. OLE color: 13893595.

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

Color convert

RGB 219 255 211 -
CMYK 0.14 0 0.17 0
HSL 109.09º 1% 0.91% -
HSV(B) 109.09º 0.17% 1% -
XYZ 76.73 91.28 75.2 -
YUV 239.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 219 255 211 0.14 0 0.17 0 109.09 1 0.91
Hex DB FF D3 E 0 11 0 6D 64 5B
Octal 333 377 323 16 0 21 0 155 144 133
Binary 11011011 11111111 11010011 1110 0 10001 0 1101101 1100100 1011011

Color Harmonies of #DBFFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFD3

Black with #DBFFD3

Text Example


Text Example

White with #DBFFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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