Html Css Color HEX #DDED9D Reef

📋 copy color: '#DDED9D'

red 221 ◦ green 237 ◦ blue 157

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

Shades of Reef #DDED9D

Tints of Reef #DDED9D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.54%

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

R = 35.93%
G = 38.54%
B = 25.53%

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

#DDED9D (or 0xDDED9D) is known color: Reef. HEX triplet: DD, ED and 9D. RGB value is (221,237,157). Sum of RGB (Red+Green+Blue) = 221+237+157=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDED9D is #221262. Grayscale: #DFDFDF. Windows color (decimal): -2232931 or 10350045. OLE color: 10350045.

HSL color Cylindrical-coordinate representation of color #DDED9D: hue angle of 72º degrees, saturation: 0.69, 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 #DDED9D is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 157 -
CMYK 0.07 0 0.34 0.07
HSL 72º 0.69% 0.77% -
HSV(B) 72º 0.34% 0.93% -
XYZ 66.19 78.37 43.54 -
YUV 223.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 221 237 157 0.07 0 0.34 0.07 72 0.69 0.77
Hex DD ED 9D 7 0 22 7 48 45 4D
Octal 335 355 235 7 0 42 7 110 105 115
Binary 11011101 11101101 10011101 111 0 100010 111 1001000 1000101 1001101

Color Harmonies of #DDED9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED9D

Black with #DDED9D

Text Example


Text Example

White with #DDED9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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