#DCFFA6

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

Shades of Reef #DCFFA6

Tints of Reef #DCFFA6

Color information

#DCFFA6 (or 0xDCFFA6) is unknown color: approx Reef. HEX triplet: DC, FF and A6. RGB value is (220,255,166). Sum of RGB (Red+Green+Blue) = 220+255+166=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 166 (65.23% from 255 or 25.90% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFA6 is #230059. Grayscale: #EAEAEA. Windows color (decimal): -2293850 or 10944476. OLE color: 10944476.

HSL color Cylindrical-coordinate representation of color #DCFFA6: hue angle of 83.6º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCFFA6 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB220255166-
CMYK0.1400.350
HSL83.6º100%82.55%-
HSV(B)83.6º34.9%100%-
XYZ72.1689.4949.55-
YUV234.3989.4117.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 166 (65.23% from 255) = 25.90%
R=34.32%
G=39.78%
B=25.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551660.1400.35083.610082.55
HexDCFFA6E0230546453
Octal334377246160430124144123
Binary110111001111111110100110111001000110101010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFA6; }

 p { color: rgb(220,255,166); }

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

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

 a { background-color: rgb(220,255,166); }

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

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

 span { border-color: rgb(220,255,166); }

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