Html Css Color HEX #DDEFDF Off Green

📋 copy color: '#DDEFDF'

red 221 ◦ green 239 ◦ blue 223

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

Shades of Off Green #DDEFDF

Tints of Off Green #DDEFDF

RGB

 RED value IS 221 (86.72% from 255) = 32.36%

 GREEN value IS 239 (93.75% from 255) = 34.99%

 BLUE value IS 223 (87.5% from 255) = 32.65%

R = 32.36%
G = 34.99%
B = 32.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#DDEFDF (or 0xDDEFDF) is known color: Off Green. HEX triplet: DD, EF and DF. RGB value is (221,239,223). Sum of RGB (Red+Green+Blue) = 221+239+223=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFDF is #221020. Grayscale: #E7E7E7. Windows color (decimal): -2232353 or 14675933. OLE color: 14675933.

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

Color convert

RGB 221 239 223 -
CMYK 0.08 0 0.07 0.06
HSL 126.67º 0.36% 0.9% -
HSV(B) 126.67º 0.08% 0.94% -
XYZ 74 82.43 81.82 -
YUV 231.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 221 239 223 0.08 0 0.07 0.06 126.67 0.36 0.9
Hex DD EF DF 8 0 7 6 7F 24 5A
Octal 335 357 337 10 0 7 6 177 44 132
Binary 11011101 11101111 11011111 1000 0 111 110 1111111 100100 1011010

Color Harmonies of #DDEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEFDF

Black with #DDEFDF

Text Example


Text Example

White with #DDEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEFDF; }

 p { color: rgb(221,239,223); }

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

background-color css

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

 a { background-color: rgb(221,239,223); }

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

border-color css

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

 span { border-color: rgb(221,239,223); }

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