Html Css Color HEX #DBF1D6 Blue Romance

📋 copy color: '#DBF1D6'

red 219 ◦ green 241 ◦ blue 214

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

Shades of Blue Romance #DBF1D6

Tints of Blue Romance #DBF1D6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.76%

 BLUE value IS 214 (83.98% from 255) = 31.75%

R = 32.49%
G = 35.76%
B = 31.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#DBF1D6 (or 0xDBF1D6) is known color: Blue Romance. HEX triplet: DB, F1 and D6. RGB value is (219,241,214). Sum of RGB (Red+Green+Blue) = 219+241+214=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1D6 is #240E29. Grayscale: #E7E7E7. Windows color (decimal): -2362922 or 14086619. OLE color: 14086619.

HSL color Cylindrical-coordinate representation of color #DBF1D6: hue angle of 108.89º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF1D6 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 214 -
CMYK 0.09 0 0.11 0.05
HSL 108.89º 0.49% 0.89% -
HSV(B) 108.89º 0.11% 0.95% -
XYZ 72.81 82.83 75.77 -
YUV 231.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 219 241 214 0.09 0 0.11 0.05 108.89 0.49 0.89
Hex DB F1 D6 9 0 B 5 6D 31 59
Octal 333 361 326 11 0 13 5 155 61 131
Binary 11011011 11110001 11010110 1001 0 1011 101 1101101 110001 1011001

Color Harmonies of #DBF1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1D6

Black with #DBF1D6

Text Example


Text Example

White with #DBF1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1D6; }

 p { color: rgb(219,241,214); }

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

background-color css

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

 a { background-color: rgb(219,241,214); }

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

border-color css

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

 span { border-color: rgb(219,241,214); }

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