Html Css Color HEX #DDECA0 Reef

📋 copy color: '#DDECA0'

red 221 ◦ green 236 ◦ blue 160

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

Shades of Reef #DDECA0

Tints of Reef #DDECA0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.25%

 BLUE value IS 160 (62.89% from 255) = 25.93%

R = 35.82%
G = 38.25%
B = 25.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#DDECA0 (or 0xDDECA0) is known color: Reef. HEX triplet: DD, EC and A0. RGB value is (221,236,160). Sum of RGB (Red+Green+Blue) = 221+236+160=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECA0 is #22135F. Grayscale: #DFDFDF. Windows color (decimal): -2233184 or 10546397. OLE color: 10546397.

HSL color Cylindrical-coordinate representation of color #DDECA0: hue angle of 71.84º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDECA0 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 160 -
CMYK 0.06 0 0.32 0.07
HSL 71.84º 0.67% 0.78% -
HSV(B) 71.84º 0.32% 0.93% -
XYZ 66.16 77.9 44.81 -
YUV 222.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 221 236 160 0.06 0 0.32 0.07 71.84 0.67 0.78
Hex DD EC A0 6 0 20 7 48 43 4E
Octal 335 354 240 6 0 40 7 110 103 116
Binary 11011101 11101100 10100000 110 0 100000 111 1001000 1000011 1001110

Color Harmonies of #DDECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECA0

Black with #DDECA0

Text Example


Text Example

White with #DDECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECA0; }

 p { color: rgb(221,236,160); }

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

background-color css

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

 a { background-color: rgb(221,236,160); }

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

border-color css

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

 span { border-color: rgb(221,236,160); }

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