Html Css Color HEX #DDFFA0 Reef

📋 copy color: '#DDFFA0'

red 221 ◦ green 255 ◦ blue 160

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

Shades of Reef #DDFFA0

Tints of Reef #DDFFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 40.09%

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

R = 34.75%
G = 40.09%
B = 25.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#DDFFA0 (or 0xDDFFA0) is known color: Reef. HEX triplet: DD, FF and A0. RGB value is (221,255,160). Sum of RGB (Red+Green+Blue) = 221+255+160=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFA0 is #22005F. Grayscale: #EAEAEA. Windows color (decimal): -2228320 or 10551261. OLE color: 10551261.

HSL color Cylindrical-coordinate representation of color #DDFFA0: hue angle of 81.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDFFA0 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 160 -
CMYK 0.13 0 0.37 0
HSL 81.47º 1% 0.81% -
HSV(B) 81.47º 0.37% 1% -
XYZ 71.92 89.43 46.73 -
YUV 234 86.24 118.72 -
System Red Green Blue C M Y K H S L
Decimal 221 255 160 0.13 0 0.37 0 81.47 1 0.81
Hex DD FF A0 D 0 25 0 51 64 51
Octal 335 377 240 15 0 45 0 121 144 121
Binary 11011101 11111111 10100000 1101 0 100101 0 1010001 1100100 1010001

Color Harmonies of #DDFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFA0

Black with #DDFFA0

Text Example


Text Example

White with #DDFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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