Html Css Color HEX #DDFFAE Reef

📋 copy color: '#DDFFAE'

red 221 ◦ green 255 ◦ blue 174

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

Shades of Reef #DDFFAE

Tints of Reef #DDFFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.77%

R = 34%
G = 39.23%
B = 26.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#DDFFAE (or 0xDDFFAE) is known color: Reef. HEX triplet: DD, FF and AE. RGB value is (221,255,174). Sum of RGB (Red+Green+Blue) = 221+255+174=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFAE is #220051. Grayscale: #EBEBEB. Windows color (decimal): -2228306 or 11468765. OLE color: 11468765.

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

Color convert

RGB 221 255 174 -
CMYK 0.13 0 0.32 0
HSL 85.19º 1% 0.84% -
HSV(B) 85.19º 0.32% 1% -
XYZ 73.22 89.95 53.55 -
YUV 235.6 93.24 117.59 -
System Red Green Blue C M Y K H S L
Decimal 221 255 174 0.13 0 0.32 0 85.19 1 0.84
Hex DD FF AE D 0 20 0 55 64 54
Octal 335 377 256 15 0 40 0 125 144 124
Binary 11011101 11111111 10101110 1101 0 100000 0 1010101 1100100 1010100

Color Harmonies of #DDFFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFAE

Black with #DDFFAE

Text Example


Text Example

White with #DDFFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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