Html Css Color HEX #DBF2D3 Blue Romance

📋 copy color: '#DBF2D3'

red 219 ◦ green 242 ◦ blue 211

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

Shades of Blue Romance #DBF2D3

Tints of Blue Romance #DBF2D3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.01%

 BLUE value IS 211 (82.81% from 255) = 31.4%

R = 32.59%
G = 36.01%
B = 31.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#DBF2D3 (or 0xDBF2D3) is known color: Blue Romance. HEX triplet: DB, F2 and D3. RGB value is (219,242,211). Sum of RGB (Red+Green+Blue) = 219+242+211=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 211 (82.81% from 255 or 31.40% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2D3 is #240D2C. Grayscale: #E7E7E7. Windows color (decimal): -2362669 or 13890267. OLE color: 13890267.

HSL color Cylindrical-coordinate representation of color #DBF2D3: hue angle of 104.52º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF2D3 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 211 -
CMYK 0.10 0 0.13 0.05
HSL 104.52º 0.54% 0.89% -
HSV(B) 104.52º 0.13% 0.95% -
XYZ 72.72 83.27 73.87 -
YUV 231.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 219 242 211 0.10 0 0.13 0.05 104.52 0.54 0.89
Hex DB F2 D3 A 0 D 5 69 36 59
Octal 333 362 323 12 0 15 5 151 66 131
Binary 11011011 11110010 11010011 1010 0 1101 101 1101001 110110 1011001

Color Harmonies of #DBF2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2D3

Black with #DBF2D3

Text Example


Text Example

White with #DBF2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2D3; }

 p { color: rgb(219,242,211); }

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

background-color css

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

 a { background-color: rgb(219,242,211); }

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

border-color css

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

 span { border-color: rgb(219,242,211); }

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