Html Css Color HEX #DDFFAB Reef

📋 copy color: '#DDFFAB'

red 221 ◦ green 255 ◦ blue 171

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

Shades of Reef #DDFFAB

Tints of Reef #DDFFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.43%

R = 34.16%
G = 39.41%
B = 26.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#DDFFAB (or 0xDDFFAB) is known color: Reef. HEX triplet: DD, FF and AB. RGB value is (221,255,171). Sum of RGB (Red+Green+Blue) = 221+255+171=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFAB is #220054. Grayscale: #EBEBEB. Windows color (decimal): -2228309 or 11272157. OLE color: 11272157.

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

Color convert

RGB 221 255 171 -
CMYK 0.13 0 0.33 0
HSL 84.29º 1% 0.84% -
HSV(B) 84.29º 0.33% 1% -
XYZ 72.93 89.83 52.02 -
YUV 235.26 91.74 117.83 -
System Red Green Blue C M Y K H S L
Decimal 221 255 171 0.13 0 0.33 0 84.29 1 0.84
Hex DD FF AB D 0 21 0 54 64 54
Octal 335 377 253 15 0 41 0 124 144 124
Binary 11011101 11111111 10101011 1101 0 100001 0 1010100 1100100 1010100

Color Harmonies of #DDFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFAB

Black with #DDFFAB

Text Example


Text Example

White with #DDFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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