Html Css Color HEX #DBF7D5 Blue Romance

📋 copy color: '#DBF7D5'

red 219 ◦ green 247 ◦ blue 213

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

Shades of Blue Romance #DBF7D5

Tints of Blue Romance #DBF7D5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.38%

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

R = 32.25%
G = 36.38%
B = 31.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#DBF7D5 (or 0xDBF7D5) is known color: Blue Romance. HEX triplet: DB, F7 and D5. RGB value is (219,247,213). Sum of RGB (Red+Green+Blue) = 219+247+213=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7D5 is #24082A. Grayscale: #EAEAEA. Windows color (decimal): -2361387 or 14022619. OLE color: 14022619.

HSL color Cylindrical-coordinate representation of color #DBF7D5: hue angle of 109.41º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF7D5 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 213 -
CMYK 0.11 0 0.14 0.03
HSL 109.41º 0.68% 0.9% -
HSV(B) 109.41º 0.14% 0.97% -
XYZ 74.48 86.39 75.7 -
YUV 234.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 219 247 213 0.11 0 0.14 0.03 109.41 0.68 0.9
Hex DB F7 D5 B 0 E 3 6D 44 5A
Octal 333 367 325 13 0 16 3 155 104 132
Binary 11011011 11110111 11010101 1011 0 1110 11 1101101 1000100 1011010

Color Harmonies of #DBF7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF7D5

Black with #DBF7D5

Text Example


Text Example

White with #DBF7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF7D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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