#DCFBB0

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

Shades of Reef #DCFBB0

Tints of Reef #DCFBB0

Color information

#DCFBB0 (or 0xDCFBB0) is unknown color: approx Reef. HEX triplet: DC, FB and B0. RGB value is (220,251,176). Sum of RGB (Red+Green+Blue) = 220+251+176=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBB0 is #23044F. Grayscale: #E9E9E9. Windows color (decimal): -2294864 or 11598812. OLE color: 11598812.

HSL color Cylindrical-coordinate representation of color #DCFBB0: hue angle of 84.8º 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 #DCFBB0 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB220251176-
CMYK0.1200.300.02
HSL84.8º90.36%83.73%-
HSV(B)84.8º29.88%98.43%-
XYZ71.8587.3454.15-
YUV233.1895.73118.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 176 (69.14% from 255) = 27.20%
R=34.00%
G=38.79%
B=27.20%

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
Decimal2202511760.1200.300.0284.890.3683.73
HexDCFBB0C01E2555a54
Octal334373260140362125132124
Binary110111001111101110110000110001111010101010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBB0; }

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

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

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

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

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

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

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

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