Html Css Color HEX #DBEEDD Off Green

📋 copy color: '#DBEEDD'

red 219 ◦ green 238 ◦ blue 221

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

Shades of Off Green #DBEEDD

Tints of Off Green #DBEEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.6%

R = 32.3%
G = 35.1%
B = 32.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#DBEEDD (or 0xDBEEDD) is known color: Off Green. HEX triplet: DB, EE and DD. RGB value is (219,238,221). Sum of RGB (Red+Green+Blue) = 219+238+221=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEDD is #241122. Grayscale: #E6E6E6. Windows color (decimal): -2363683 or 14544603. OLE color: 14544603.

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

Color convert

RGB 219 238 221 -
CMYK 0.08 0 0.07 0.07
HSL 126.32º 0.36% 0.9% -
HSV(B) 126.32º 0.08% 0.93% -
XYZ 72.84 81.43 80.29 -
YUV 230.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 219 238 221 0.08 0 0.07 0.07 126.32 0.36 0.9
Hex DB EE DD 8 0 7 7 7E 24 5A
Octal 333 356 335 10 0 7 7 176 44 132
Binary 11011011 11101110 11011101 1000 0 111 111 1111110 100100 1011010

Color Harmonies of #DBEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEDD

Black with #DBEEDD

Text Example


Text Example

White with #DBEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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