Html Css Color HEX #DBFDD6 Blue Romance

📋 copy color: '#DBFDD6'

red 219 ◦ green 253 ◦ blue 214

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

Shades of Blue Romance #DBFDD6

Tints of Blue Romance #DBFDD6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.88%

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

R = 31.92%
G = 36.88%
B = 31.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#DBFDD6 (or 0xDBFDD6) is known color: Blue Romance. HEX triplet: DB, FD and D6. RGB value is (219,253,214). Sum of RGB (Red+Green+Blue) = 219+253+214=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDD6 is #240229. Grayscale: #EEEEEE. Windows color (decimal): -2359850 or 14089691. OLE color: 14089691.

HSL color Cylindrical-coordinate representation of color #DBFDD6: hue angle of 112.31º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBFDD6 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 214 -
CMYK 0.13 0 0.15 0.01
HSL 112.31º 0.91% 0.92% -
HSV(B) 112.31º 0.15% 0.99% -
XYZ 76.48 90.17 76.99 -
YUV 238.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 219 253 214 0.13 0 0.15 0.01 112.31 0.91 0.92
Hex DB FD D6 D 0 F 1 70 5B 5C
Octal 333 375 326 15 0 17 1 160 133 134
Binary 11011011 11111101 11010110 1101 0 1111 1 1110000 1011011 1011100

Color Harmonies of #DBFDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFDD6

Black with #DBFDD6

Text Example


Text Example

White with #DBFDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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