#DCFBB3

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

Shades of Reef #DCFBB3

Tints of Reef #DCFBB3

Color information

#DCFBB3 (or 0xDCFBB3) is unknown color: approx Reef. HEX triplet: DC, FB and B3. RGB value is (220,251,179). Sum of RGB (Red+Green+Blue) = 220+251+179=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 179 (70.31% from 255 or 27.54% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBB3 is #23044C. Grayscale: #E9E9E9. Windows color (decimal): -2294861 or 11795420. OLE color: 11795420.

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

Color convert

RGB220251179-
CMYK0.1200.290.02
HSL85.83º90%84.31%-
HSV(B)85.83º28.69%98.43%-
XYZ72.1587.4655.73-
YUV233.5297.23118.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 251 (98.44% from 255) = 38.62%
BLUE value IS 179 (70.31% from 255) = 27.54%
R=33.85%
G=38.62%
B=27.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202511790.1200.290.0285.839084.31
HexDCFBB3C01D2565a54
Octal334373263140352126132124
Binary110111001111101110110011110001110110101011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBB3; }

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

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

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

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

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

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

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

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