#DCF3AD

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

Shades of Reef #DCF3AD

Tints of Reef #DCF3AD

Color information

#DCF3AD (or 0xDCF3AD) is unknown color: approx Reef. HEX triplet: DC, F3 and AD. RGB value is (220,243,173). Sum of RGB (Red+Green+Blue) = 220+243+173=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF3AD is #230C52. Grayscale: #E4E4E4. Windows color (decimal): -2296915 or 11400156. OLE color: 11400156.

HSL color Cylindrical-coordinate representation of color #DCF3AD: hue angle of 79.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF3AD is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB220243173-
CMYK0.0900.290.05
HSL79.71º74.47%81.57%-
HSV(B)79.71º28.81%95.29%-
XYZ69.1182.3351.78-
YUV228.1496.88122.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 243 (95.31% from 255) = 38.21%
BLUE value IS 173 (67.97% from 255) = 27.20%
R=34.59%
G=38.21%
B=27.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431730.0900.290.0579.7174.4781.57
HexDCF3AD901D5504a52
Octal334363255110355120112122
Binary1101110011110011101011011001011101101101000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3AD; }

 p { color: rgb(220,243,173); }

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

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

 a { background-color: rgb(220,243,173); }

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

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

 span { border-color: rgb(220,243,173); }

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