Html Css Color HEX #DBEFD6 Blue Romance

📋 copy color: '#DBEFD6'

red 219 ◦ green 239 ◦ blue 214

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

Shades of Blue Romance #DBEFD6

Tints of Blue Romance #DBEFD6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.57%

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

R = 32.59%
G = 35.57%
B = 31.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#DBEFD6 (or 0xDBEFD6) is known color: Blue Romance. HEX triplet: DB, EF and D6. RGB value is (219,239,214). Sum of RGB (Red+Green+Blue) = 219+239+214=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFD6 is #241029. Grayscale: #E6E6E6. Windows color (decimal): -2363434 or 14086107. OLE color: 14086107.

HSL color Cylindrical-coordinate representation of color #DBEFD6: hue angle of 108º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEFD6 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 214 -
CMYK 0.08 0 0.10 0.06
HSL 108º 0.44% 0.89% -
HSV(B) 108º 0.1% 0.94% -
XYZ 72.22 81.65 75.57 -
YUV 230.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 219 239 214 0.08 0 0.10 0.06 108 0.44 0.89
Hex DB EF D6 8 0 A 6 6C 2C 59
Octal 333 357 326 10 0 12 6 154 54 131
Binary 11011011 11101111 11010110 1000 0 1010 110 1101100 101100 1011001

Color Harmonies of #DBEFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFD6

Black with #DBEFD6

Text Example


Text Example

White with #DBEFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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