#DCF5B3

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

Shades of Reef #DCF5B3

Tints of Reef #DCF5B3

Color information

#DCF5B3 (or 0xDCF5B3) is unknown color: approx Reef. HEX triplet: DC, F5 and B3. RGB value is (220,245,179). Sum of RGB (Red+Green+Blue) = 220+245+179=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 179 (70.31% from 255 or 27.80% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5B3 is #230A4C. Grayscale: #E6E6E6. Windows color (decimal): -2296397 or 11793884. OLE color: 11793884.

HSL color Cylindrical-coordinate representation of color #DCF5B3: hue angle of 82.73º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCF5B3 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB220245179-
CMYK0.1000.270.04
HSL82.73º76.74%83.14%-
HSV(B)82.73º26.94%96.08%-
XYZ70.383.7855.11-
YUV23099.22120.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 245 (96.09% from 255) = 38.04%
BLUE value IS 179 (70.31% from 255) = 27.80%
R=34.16%
G=38.04%
B=27.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202451790.1000.270.0482.7376.7483.14
HexDCF5B3A01B4534d53
Octal334365263120334123115123
Binary1101110011110101101100111010011011100101001110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5B3; }

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

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

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

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

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

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

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

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