#DDFBAF

Color #DDFBAF Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DDFBAF

Tints of Reef #DDFBAF

Color information

#DDFBAF (or 0xDDFBAF) is unknown color: approx Reef. HEX triplet: DD, FB and AF. RGB value is (221,251,175). Sum of RGB (Red+Green+Blue) = 221+251+175=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFBAF is #220450. Grayscale: #E9E9E9. Windows color (decimal): -2229329 or 11533277. OLE color: 11533277.

HSL color Cylindrical-coordinate representation of color #DDFBAF: hue angle of 83.68º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDFBAF is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB221251175-
CMYK0.1200.300.02
HSL83.68º90.48%83.53%-
HSV(B)83.68º30.28%98.43%-
XYZ72.0587.4653.64-
YUV233.3795.06119.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 175 (68.75% from 255) = 27.05%
R=34.16%
G=38.79%
B=27.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511750.1200.300.0283.6890.4883.53
HexDDFBAFC01E2545a54
Octal335373257140362124132124
Binary110111011111101110101111110001111010101010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBAF; }

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

 H1.HeaderClassName
 {
   color: #DDFBAF;
 }
 .AnyTagClassName
 {
   color: #DDFBAF;
 }
</style>
background-color css

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

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

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

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

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

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