Html Css Color HEX #DDEAA0 Reef

📋 copy color: '#DDEAA0'

red 221 ◦ green 234 ◦ blue 160

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

Shades of Reef #DDEAA0

Tints of Reef #DDEAA0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.05%

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

R = 35.93%
G = 38.05%
B = 26.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#DDEAA0 (or 0xDDEAA0) is known color: Reef. HEX triplet: DD, EA and A0. RGB value is (221,234,160). Sum of RGB (Red+Green+Blue) = 221+234+160=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAA0 is #22155F. Grayscale: #DDDDDD. Windows color (decimal): -2233696 or 10545885. OLE color: 10545885.

HSL color Cylindrical-coordinate representation of color #DDEAA0: hue angle of 70.54º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDEAA0 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 160 -
CMYK 0.06 0 0.32 0.08
HSL 70.54º 0.64% 0.77% -
HSV(B) 70.54º 0.32% 0.92% -
XYZ 65.59 76.76 44.62 -
YUV 221.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 221 234 160 0.06 0 0.32 0.08 70.54 0.64 0.77
Hex DD EA A0 6 0 20 8 47 40 4D
Octal 335 352 240 6 0 40 10 107 100 115
Binary 11011101 11101010 10100000 110 0 100000 1000 1000111 1000000 1001101

Color Harmonies of #DDEAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAA0

Black with #DDEAA0

Text Example


Text Example

White with #DDEAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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