Html Css Color HEX #DBEED7 Blue Romance

📋 copy color: '#DBEED7'

red 219 ◦ green 238 ◦ blue 215

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

Shades of Blue Romance #DBEED7

Tints of Blue Romance #DBEED7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.42%

 BLUE value IS 215 (84.38% from 255) = 31.99%

R = 32.59%
G = 35.42%
B = 31.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#DBEED7 (or 0xDBEED7) is known color: Blue Romance. HEX triplet: DB, EE and D7. RGB value is (219,238,215). Sum of RGB (Red+Green+Blue) = 219+238+215=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEED7 is #241128. Grayscale: #E5E5E5. Windows color (decimal): -2363689 or 14151387. OLE color: 14151387.

HSL color Cylindrical-coordinate representation of color #DBEED7: hue angle of 109.57º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEED7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 215 -
CMYK 0.08 0 0.10 0.07
HSL 109.57º 0.4% 0.89% -
HSV(B) 109.57º 0.1% 0.93% -
XYZ 72.05 81.12 76.15 -
YUV 229.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 219 238 215 0.08 0 0.10 0.07 109.57 0.4 0.89
Hex DB EE D7 8 0 A 7 6E 28 59
Octal 333 356 327 10 0 12 7 156 50 131
Binary 11011011 11101110 11010111 1000 0 1010 111 1101110 101000 1011001

Color Harmonies of #DBEED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEED7

Black with #DBEED7

Text Example


Text Example

White with #DBEED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEED7; }

 p { color: rgb(219,238,215); }

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

background-color css

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

 a { background-color: rgb(219,238,215); }

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

border-color css

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

 span { border-color: rgb(219,238,215); }

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