#D2FFAD

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

Shades of Reef #D2FFAD

Tints of Reef #D2FFAD

Color information

#D2FFAD (or 0xD2FFAD) is unknown color: approx Reef. HEX triplet: D2, FF and AD. RGB value is (210,255,173). Sum of RGB (Red+Green+Blue) = 210+255+173=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FFAD is #2D0052. Grayscale: #E8E8E8. Windows color (decimal): -2949203 or 11403218. OLE color: 11403218.

HSL color Cylindrical-coordinate representation of color #D2FFAD: hue angle of 92.93º 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 #D2FFAD is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB210255173-
CMYK0.1800.320
HSL92.93º100%83.92%-
HSV(B)92.93º32.16%100%-
XYZ69.8888.2452.88-
YUV232.294.59112.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.92%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 173 (67.97% from 255) = 27.12%
R=32.92%
G=39.97%
B=27.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551730.1800.32092.9310083.92
HexD2FFAD1202005d6454
Octal322377255220400135144124
Binary1101001011111111101011011001001000000101110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFAD; }

 p { color: rgb(210,255,173); }

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

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

 a { background-color: rgb(210,255,173); }

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

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

 span { border-color: rgb(210,255,173); }

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