#DCFBAD

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

Shades of Reef #DCFBAD

Tints of Reef #DCFBAD

Color information

#DCFBAD (or 0xDCFBAD) is unknown color: approx Reef. HEX triplet: DC, FB and AD. RGB value is (220,251,173). Sum of RGB (Red+Green+Blue) = 220+251+173=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBAD is #230452. Grayscale: #E9E9E9. Windows color (decimal): -2294867 or 11402204. OLE color: 11402204.

HSL color Cylindrical-coordinate representation of color #DCFBAD: hue angle of 83.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCFBAD is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB220251173-
CMYK0.1200.310.02
HSL83.85º90.7%83.14%-
HSV(B)83.85º31.08%98.43%-
XYZ71.5687.2352.6-
YUV232.8494.23118.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 173 (67.97% from 255) = 26.86%
R=34.16%
G=38.98%
B=26.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202511730.1200.310.0283.8590.783.14
HexDCFBADC01F2545b53
Octal334373255140372124133123
Binary110111001111101110101101110001111110101010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBAD; }

 p { color: rgb(220,251,173); }

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

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

 a { background-color: rgb(220,251,173); }

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

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

 span { border-color: rgb(220,251,173); }

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