Html Css Color HEX #DBEEDE Off Green

📋 copy color: '#DBEEDE'

red 219 ◦ green 238 ◦ blue 222

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

Shades of Off Green #DBEEDE

Tints of Off Green #DBEEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.7%

R = 32.25%
G = 35.05%
B = 32.7%

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

#DBEEDE (or 0xDBEEDE) is known color: Off Green. HEX triplet: DB, EE and DE. RGB value is (219,238,222). Sum of RGB (Red+Green+Blue) = 219+238+222=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEDE is #241121. Grayscale: #E6E6E6. Windows color (decimal): -2363682 or 14610139. OLE color: 14610139.

HSL color Cylindrical-coordinate representation of color #DBEEDE: hue angle of 129.47º 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 #DBEEDE is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 222 -
CMYK 0.08 0 0.07 0.07
HSL 129.47º 0.36% 0.9% -
HSV(B) 129.47º 0.08% 0.93% -
XYZ 72.97 81.48 80.99 -
YUV 230.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 219 238 222 0.08 0 0.07 0.07 129.47 0.36 0.9
Hex DB EE DE 8 0 7 7 81 24 5A
Octal 333 356 336 10 0 7 7 201 44 132
Binary 11011011 11101110 11011110 1000 0 111 111 10000001 100100 1011010

Color Harmonies of #DBEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEDE

Black with #DBEEDE

Text Example


Text Example

White with #DBEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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