Html Css Color HEX #DDEE9D Reef

📋 copy color: '#DDEE9D'

red 221 ◦ green 238 ◦ blue 157

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

Shades of Reef #DDEE9D

Tints of Reef #DDEE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.49%

R = 35.88%
G = 38.64%
B = 25.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#DDEE9D (or 0xDDEE9D) is known color: Reef. HEX triplet: DD, EE and 9D. RGB value is (221,238,157). Sum of RGB (Red+Green+Blue) = 221+238+157=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEE9D is #221162. Grayscale: #DFDFDF. Windows color (decimal): -2232675 or 10350301. OLE color: 10350301.

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

Color convert

RGB 221 238 157 -
CMYK 0.07 0 0.34 0.07
HSL 72.59º 0.7% 0.77% -
HSV(B) 72.59º 0.34% 0.93% -
XYZ 66.48 78.96 43.63 -
YUV 223.68 90.37 126.09 -
System Red Green Blue C M Y K H S L
Decimal 221 238 157 0.07 0 0.34 0.07 72.59 0.7 0.77
Hex DD EE 9D 7 0 22 7 49 46 4D
Octal 335 356 235 7 0 42 7 111 106 115
Binary 11011101 11101110 10011101 111 0 100010 111 1001001 1000110 1001101

Color Harmonies of #DDEE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE9D

Black with #DDEE9D

Text Example


Text Example

White with #DDEE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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