Html Css Color HEX #DBFCD6 Blue Romance

📋 copy color: '#DBFCD6'

red 219 ◦ green 252 ◦ blue 214

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

Shades of Blue Romance #DBFCD6

Tints of Blue Romance #DBFCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.79%

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

R = 31.97%
G = 36.79%
B = 31.24%

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

#DBFCD6 (or 0xDBFCD6) is known color: Blue Romance. HEX triplet: DB, FC and D6. RGB value is (219,252,214). Sum of RGB (Red+Green+Blue) = 219+252+214=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCD6 is #240329. Grayscale: #EDEDED. Windows color (decimal): -2360106 or 14089435. OLE color: 14089435.

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

Color convert

RGB 219 252 214 -
CMYK 0.13 0 0.15 0.01
HSL 112.11º 0.86% 0.91% -
HSV(B) 112.11º 0.15% 0.99% -
XYZ 76.16 89.54 76.89 -
YUV 237.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 219 252 214 0.13 0 0.15 0.01 112.11 0.86 0.91
Hex DB FC D6 D 0 F 1 70 56 5B
Octal 333 374 326 15 0 17 1 160 126 133
Binary 11011011 11111100 11010110 1101 0 1111 1 1110000 1010110 1011011

Color Harmonies of #DBFCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFCD6

Black with #DBFCD6

Text Example


Text Example

White with #DBFCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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