Html Css Color HEX #DBFDD5 Blue Romance

📋 copy color: '#DBFDD5'

red 219 ◦ green 253 ◦ blue 213

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

Shades of Blue Romance #DBFDD5

Tints of Blue Romance #DBFDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.09%

R = 31.97%
G = 36.93%
B = 31.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#DBFDD5 (or 0xDBFDD5) is known color: Blue Romance. HEX triplet: DB, FD and D5. RGB value is (219,253,213). Sum of RGB (Red+Green+Blue) = 219+253+213=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDD5 is #24022A. Grayscale: #EEEEEE. Windows color (decimal): -2359851 or 14024155. OLE color: 14024155.

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

Color convert

RGB 219 253 213 -
CMYK 0.13 0 0.16 0.01
HSL 111º 0.91% 0.91% -
HSV(B) 111º 0.16% 0.99% -
XYZ 76.35 90.11 76.32 -
YUV 238.27 113.74 114.25 -
System Red Green Blue C M Y K H S L
Decimal 219 253 213 0.13 0 0.16 0.01 111 0.91 0.91
Hex DB FD D5 D 0 10 1 6F 5B 5B
Octal 333 375 325 15 0 20 1 157 133 133
Binary 11011011 11111101 11010101 1101 0 10000 1 1101111 1011011 1011011

Color Harmonies of #DBFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFDD5

Black with #DBFDD5

Text Example


Text Example

White with #DBFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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