#DCF9B2

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

Shades of Reef #DCF9B2

Tints of Reef #DCF9B2

Color information

#DCF9B2 (or 0xDCF9B2) is unknown color: approx Reef. HEX triplet: DC, F9 and B2. RGB value is (220,249,178). Sum of RGB (Red+Green+Blue) = 220+249+178=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 178 (69.92% from 255 or 27.51% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF9B2 is #23064D. Grayscale: #E8E8E8. Windows color (decimal): -2295374 or 11729372. OLE color: 11729372.

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

Color convert

RGB220249178-
CMYK0.1200.290.02
HSL84.51º85.54%83.73%-
HSV(B)84.51º28.51%97.65%-
XYZ71.4386.1854.99-
YUV232.2497.39119.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 249 (97.66% from 255) = 38.49%
BLUE value IS 178 (69.92% from 255) = 27.51%
R=34.00%
G=38.49%
B=27.51%

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
Decimal2202491780.1200.290.0284.5185.5483.73
HexDCF9B2C01D2555654
Octal334371262140352125126124
Binary110111001111100110110010110001110110101010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9B2; }

 p { color: rgb(220,249,178); }

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

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

 a { background-color: rgb(220,249,178); }

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

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

 span { border-color: rgb(220,249,178); }

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