Html Css Color HEX #DDFFAF Reef

📋 copy color: '#DDFFAF'

red 221 ◦ green 255 ◦ blue 175

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

Shades of Reef #DDFFAF

Tints of Reef #DDFFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.88%

R = 33.95%
G = 39.17%
B = 26.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#DDFFAF (or 0xDDFFAF) is known color: Reef. HEX triplet: DD, FF and AF. RGB value is (221,255,175). Sum of RGB (Red+Green+Blue) = 221+255+175=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFAF is #220050. Grayscale: #ECECEC. Windows color (decimal): -2228305 or 11534301. OLE color: 11534301.

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

Color convert

RGB 221 255 175 -
CMYK 0.13 0 0.31 0
HSL 85.5º 1% 0.84% -
HSV(B) 85.5º 0.31% 1% -
XYZ 73.32 89.99 54.06 -
YUV 235.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 221 255 175 0.13 0 0.31 0 85.5 1 0.84
Hex DD FF AF D 0 1F 0 56 64 54
Octal 335 377 257 15 0 37 0 126 144 124
Binary 11011101 11111111 10101111 1101 0 11111 0 1010110 1100100 1010100

Color Harmonies of #DDFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFAF

Black with #DDFFAF

Text Example


Text Example

White with #DDFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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