Html Css Color HEX #DDEE5D Honeysuckle

📋 copy color: '#DDEE5D'

red 221 ◦ green 238 ◦ blue 93

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

Shades of Honeysuckle #DDEE5D

Tints of Honeysuckle #DDEE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.85%

R = 40.04%
G = 43.12%
B = 16.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#DDEE5D (or 0xDDEE5D) is known color: Honeysuckle. HEX triplet: DD, EE and 5D. RGB value is (221,238,93). Sum of RGB (Red+Green+Blue) = 221+238+93=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE5D is #2211A2. Grayscale: #D8D8D8. Windows color (decimal): -2232739 or 6155997. OLE color: 6155997.

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

Color convert

RGB 221 238 93 -
CMYK 0.07 0 0.61 0.07
HSL 67.03º 0.81% 0.65% -
HSV(B) 67.03º 0.61% 0.93% -
XYZ 62.37 77.31 21.99 -
YUV 216.39 58.37 131.29 -
System Red Green Blue C M Y K H S L
Decimal 221 238 93 0.07 0 0.61 0.07 67.03 0.81 0.65
Hex DD EE 5D 7 0 3D 7 43 51 41
Octal 335 356 135 7 0 75 7 103 121 101
Binary 11011101 11101110 1011101 111 0 111101 111 1000011 1010001 1000001

Color Harmonies of #DDEE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE5D

Black with #DDEE5D

Text Example


Text Example

White with #DDEE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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