#DCF9B3

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

Shades of Reef #DCF9B3

Tints of Reef #DCF9B3

Color information

#DCF9B3 (or 0xDCF9B3) is unknown color: approx Reef. HEX triplet: DC, F9 and B3. RGB value is (220,249,179). Sum of RGB (Red+Green+Blue) = 220+249+179=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9B3 is #23064C. Grayscale: #E8E8E8. Windows color (decimal): -2295373 or 11794908. OLE color: 11794908.

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

Color convert

RGB220249179-
CMYK0.1200.280.02
HSL84.86º85.37%83.92%-
HSV(B)84.86º28.11%97.65%-
XYZ71.5386.2255.52-
YUV232.3597.89119.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 249 (97.66% from 255) = 38.43%
BLUE value IS 179 (70.31% from 255) = 27.62%
R=33.95%
G=38.43%
B=27.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491790.1200.280.0284.8685.3783.92
HexDCF9B3C01C2555554
Octal334371263140342125125124
Binary110111001111100110110011110001110010101010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9B3; }

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

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

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

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

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

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

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

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