#D1FCAD

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

Shades of Reef #D1FCAD

Tints of Reef #D1FCAD

Color information

#D1FCAD (or 0xD1FCAD) is unknown color: approx Reef. HEX triplet: D1, FC and AD. RGB value is (209,252,173). Sum of RGB (Red+Green+Blue) = 209+252+173=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FCAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FCAD is #2E0352. Grayscale: #E6E6E6. Windows color (decimal): -3015507 or 11402449. OLE color: 11402449.

HSL color Cylindrical-coordinate representation of color #D1FCAD: hue angle of 92.66º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1FCAD is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB209252173-
CMYK0.1700.310.01
HSL92.66º92.94%83.33%-
HSV(B)92.66º31.35%98.82%-
XYZ68.6586.1952.55-
YUV230.1495.75112.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.97%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 173 (67.97% from 255) = 27.29%
R=32.97%
G=39.75%
B=27.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092521730.1700.310.0192.6692.9483.33
HexD1FCAD1101F15d5d53
Octal321374255210371135135123
Binary110100011111110010101101100010111111101110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FCAD; }

 p { color: rgb(209,252,173); }

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

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

 a { background-color: rgb(209,252,173); }

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

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

 span { border-color: rgb(209,252,173); }

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